Skip to main content

Interface: Erc20TransactionData

moralis-monorepo / @moralisweb3/common-evm-utils / Erc20TransactionData

Interface: Erc20TransactionData

@moralisweb3/common-evm-utils.Erc20TransactionData

This is the return type of Erc20Transfer

Table of contents

Properties

Properties

address

address: EvmAddress


blockHash

blockHash: string


blockNumber

blockNumber: BigNumber


blockTimestamp

blockTimestamp: Date


chain

chain: EvmChain


fromAddress

fromAddress: EvmAddress


logIndex

logIndex: number


possibleSpam

possibleSpam: boolean


toAddress

toAddress: EvmAddress


transactionHash

transactionHash: string


transactionIndex

transactionIndex: number


value

value: BigNumber