Documentation ¶
Index ¶
Constants ¶
View Source
const ( SetWithdrawAddressMethod = "setWithdrawAddress" WithdrawDelegationRewardsMethod = "withdrawDelegationRewards" )
View Source
const (
DistrAddress = "0x0000000000000000000000000000000000001007"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Precompile ¶
type Precompile struct { pcommon.Precompile SetWithdrawAddrID []byte WithdrawDelegationRewardsID []byte // contains filtered or unexported fields }
func NewPrecompile ¶
func NewPrecompile(distrKeeper pcommon.DistributionKeeper, evmKeeper pcommon.EVMKeeper) (*Precompile, error)
func (Precompile) Address ¶
func (p Precompile) Address() common.Address
func (Precompile) GetName ¶
func (p Precompile) GetName() string
func (Precompile) RequiredGas ¶
func (p Precompile) RequiredGas(input []byte) uint64
RequiredGas returns the required bare minimum gas to execute the precompile.
Click to show internal directories.
Click to hide internal directories.