Skip to main content

Class: EvmSoldPriceHighestSale

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

Class: EvmSoldPriceHighestSale

@moralisweb3/common-evm-utils.EvmSoldPriceHighestSale

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmSoldPriceHighestSale

Parameters

NameType
inputEvmSoldPriceHighestSaleInput | EvmSoldPriceHighestSale

Returns

EvmSoldPriceHighestSale


fromJSON

Static fromJSON(json): EvmSoldPriceHighestSale

Parameters

NameType
jsonEvmSoldPriceHighestSaleJSON

Returns

EvmSoldPriceHighestSale


toJSON

toJSON(): EvmSoldPriceHighestSaleJSON

Returns

EvmSoldPriceHighestSaleJSON

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: EvmSoldPriceHighestSalePaymentToken

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