Class: EvmSoldPriceLowestSale
moralis-monorepo / @moralisweb3/common-evm-utils / EvmSoldPriceLowestSale
Class: EvmSoldPriceLowestSale
@moralisweb3/common-evm-utils.EvmSoldPriceLowestSale
Table of contents
Methods
Properties
- blockTimestamp
- buyerAddress
- currentUsdValue
- paymentToken
- price
- priceFormatted
- sellerAddress
- tokenId
- transactionHash
- usdPriceAtSale
Methods
create
▸ Static
create(input
): EvmSoldPriceLowestSale
Parameters
Name | Type |
---|---|
input | EvmSoldPriceLowestSaleInput | EvmSoldPriceLowestSale |
Returns
fromJSON
▸ Static
fromJSON(json
): EvmSoldPriceLowestSale
Parameters
Name | Type |
---|---|
json | EvmSoldPriceLowestSaleJSON |
Returns
toJSON
▸ toJSON(): EvmSoldPriceLowestSaleJSON
Returns
Properties
blockTimestamp
• Readonly
blockTimestamp: string
Description
The block timestamp of the last sale
buyerAddress
• Optional
Readonly
buyerAddress: EvmAddress
Description
The buyer address of the last sale
currentUsdValue
• Optional
Readonly
currentUsdValue: string
Description
The USD price of the last sale at the current value
paymentToken
• Readonly
paymentToken: EvmSoldPriceLowestSalePaymentToken
Description
The ERC20 token that is being traded with
price
• Readonly
price: string
Description
The price of the last sale
priceFormatted
• Readonly
priceFormatted: string
Description
The formatted price of the last sale
sellerAddress
• Optional
Readonly
sellerAddress: EvmAddress
Description
The seller address of the last sale
tokenId
• Optional
Readonly
tokenId: string
Description
The token ID that is sold
transactionHash
• Readonly
transactionHash: string
Description
The transaction hash of the last sale
usdPriceAtSale
• Optional
Readonly
usdPriceAtSale: string
Description
The USD price of the last sale at sale time