Asset contracts contain data about the contract itself, such as the Bored Ape Yacht Club contract. Here are the field associated with an asset contract:
Field Name | Description | Notes |
---|---|---|
address | on chain address of the contract | |
asset_contract_type | describes whether a contract is fungible or non-fungible | |
chain_identifier | The chain identifier that the contract exists on. | The options are "arbitrum", "avalanche", "ethereum", "klaytn", "matic" and "optimism". |
name | name of the contract | |
dev_seller_fee_basis_points | The collector's fees that get paid out to them when sales are made for their collections | deprecated - use 'fees' in the Collection Model |
opensea_seller_fee_basis_points | The OpenSea fee | deprecated - use 'fees' in the Collection Model |
payout_address | The payout address for the collection's creator earnings | deprecated - use 'fees' in the Collection Model |
description | description of the contract | |
schema_name | types of tokens supported by the contract (ex. ERC721) | |
external_link | external link to the contracts website | |
collection | see Collection Model |