Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + const DelegateMethod + const RedelegateMethod + const StakingAddress + const UndelegateMethod + func GetABI() abi.ABI + type Precompile struct + DelegateID []byte + RedelegateID []byte + UndelegateID []byte + func NewPrecompile(stakingKeeper pcommon.StakingKeeper, evmKeeper pcommon.EVMKeeper, ...) (*Precompile, error) + func (p Precompile) Address() common.Address + func (p Precompile) GetName() string + func (p Precompile) RequiredGas(input []byte) uint64 + func (p Precompile) Run(evm *vm.EVM, caller common.Address, callingContract common.Address, ...) (bz []byte, err error)