Home > @infiniteobjects/eth-tokens-service > OpenSeaAssetContract
OpenSea Asset Contract
Signature:
export interface OpenSeaAssetContract
Property | Modifiers | Type | Description |
---|---|---|---|
address | string | ||
asset_contract_type | AssetContractType | ||
buyer_fee_basis_points | number | ||
created_date | string | ||
default_to_fiat | boolean | ||
description | string | ||
dev_buyer_fee_basis_points | number | ||
dev_seller_fee_basis_points | number | ||
external_link? | string | null | (Optional) | |
image_url? | string | null | (Optional) | |
name | string | ||
nft_version? | string | null | (Optional) | |
only_proxied_transfers | boolean | ||
opensea_buyer_fee_basis_points | number | ||
opensea_seller_fee_basis_points | number | ||
opensea_version? | null | (Optional) | |
owner? | number | null | (Optional) | |
payout_address? | string | null | (Optional) | |
schema_name | AssetContractSchemaName | ||
seller_fee_basis_points | number | ||
symbol | string | ||
total_supply? | string | null | (Optional) |