Expand description
Module containing a contract’s types and functions.
interface IBURNTPIX {
function run(uint32 seed, uint256 iterations) returns (string);
}Structs§
- runCall
- Function with signature
run(uint32,uint256)and selector0xa4de9ab4. - runReturn
- Container type for the return parameters of the
run(uint32,uint256)function.
Enums§
- IBURNTPIX
Calls - Container for all the
IBURNTPIXfunction calls.