Available on crate feature
monad only.Expand description
Monad staking syscalls are intentionally not part of the public monad-std interface, but the trace decoder still knows them so syscall traces get named.
interface IMonadStakingSyscalls {
function syscallOnEpochChange(uint64 epoch) external;
function syscallReward(address blockAuthor) external;
function syscallSnapshot() external;
}Modules§
- abi
- Contains dynamic ABI definitions for this contract.
Structs§
- syscall
OnEpoch Change Call - Function with signature
syscallOnEpochChange(uint64)and selector0x1d4e9f02. - syscall
OnEpoch Change Return - Container type for the return parameters of the
syscallOnEpochChange(uint64)function. - syscall
Reward Call - Function with signature
syscallReward(address)and selector0x791bdcf3. - syscall
Reward Return - Container type for the return parameters of the
syscallReward(address)function. - syscall
Snapshot Call - Function with signature
syscallSnapshot()and selector0x157eeb21. - syscall
Snapshot Return - Container type for the return parameters of the
syscallSnapshot()function.
Enums§
- IMonad
Staking Syscalls Calls - Container for all the
IMonadStakingSyscallsfunction calls.