Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + const DistrAddress + const SetWithdrawAddressMethod + const WithdrawDelegationRewardsMethod + func GetABI() abi.ABI + type Precompile struct + SetWithdrawAddrID []byte + WithdrawDelegationRewardsID []byte + func NewPrecompile(distrKeeper pcommon.DistributionKeeper, 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)