Skip to main content

Interface: EvmTradeInput

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

Interface: EvmTradeInput

@moralisweb3/common-evm-utils.EvmTradeInput

Table of contents

Properties

Properties

blockHash

Readonly blockHash: string


blockNumber

Readonly blockNumber: BigNumberInput


blockTimestamp

Readonly blockTimestamp: Date


buyerAddress

Readonly buyerAddress: EvmAddressInput


marketplaceAddress

Readonly marketplaceAddress: EvmAddressInput


price

Readonly price: EvmNativeInput


priceTokenAddress

Optional Readonly priceTokenAddress: EvmAddressInput


sellerAddress

Readonly sellerAddress: EvmAddressInput


tokenAddress

Readonly tokenAddress: EvmAddressInput


tokenIds

Readonly tokenIds: string[]


transactionHash

Readonly transactionHash: string


transactionIndex

Readonly transactionIndex: number