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