Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + const IBCAddress + const TransferMethod + const TransferWithDefaultTimeoutMethod + func GetABI() abi.ABI + func GetAdjustedHeight(latestConsensusHeight clienttypes.Height) (clienttypes.Height, error) + type Precompile struct + TransferID []byte + TransferWithDefaultTimeoutID []byte + func NewPrecompile(transferKeeper pcommon.TransferKeeper, evmKeeper pcommon.EVMKeeper, ...) (*Precompile, error) + func (Precompile) IsTransaction(method string) bool + func (p Precompile) Address() common.Address + func (p Precompile) GetAdjustedTimestamp(ctx sdk.Context, clientId string, height clienttypes.Height) (uint64, error) + func (p Precompile) GetName() string + func (p Precompile) RequiredGas(input []byte) uint64 + func (p Precompile) Run(*vm.EVM, common.Address, common.Address, []byte, *big.Int, bool) (bz []byte, err error) + func (p Precompile) RunAndCalculateGas(evm *vm.EVM, caller common.Address, callingContract common.Address, ...) (ret []byte, remainingGas uint64, err error) + type ValidatedArgs struct