Interface: Erc20BurnData
moralis-monorepo / @moralisweb3/common-evm-utils / Erc20BurnData
Interface: Erc20BurnData
@moralisweb3/common-evm-utils.Erc20BurnData
This is the return type of Erc20Mint
Table of contents
Properties
- blockHash
- blockNumber
- blockTimestamp
- chain
- contractAddress
- fromWallet
- logIndex
- tokenDecimals
- tokenLogo
- tokenName
- tokenSymbol
- transactionHash
- transactionIndex
- value
Properties
blockHash
• blockHash: string
blockNumber
• blockNumber: BigNumber
blockTimestamp
• blockTimestamp: Date
chain
• chain: EvmChain
contractAddress
• contractAddress: EvmAddress
fromWallet
• fromWallet: EvmAddress
logIndex
• logIndex: number
tokenDecimals
• tokenDecimals: number
tokenLogo
• Optional
tokenLogo: string
tokenName
• tokenName: string
tokenSymbol
• tokenSymbol: string
transactionHash
• transactionHash: string
transactionIndex
• transactionIndex: number
value
• value: BigNumber