Skip to main content

Enums

ExcludeTransferFilter

Values

ValueDescription
ZERO_ETH_TRANSFER

Transfers without an associated sale or where the value of the transaction is zero. We may include transactions where there is no indexed sale if it's coming from a trusted contract.

AIRDROP

Mints where the initiatior of the transaction does not match the recipient of the token. We may include transactions that were executed through a trusted contract, such as a marketplace.

Marketplace

Values

ValueDescription
OPENSEA

Trade made through a wyvern or seaport contract

BLUR

Trade made through the Blur marketplace

LOOKSRARE

Trade made through the Looksrare marketplace

NativeTransferType

Values

ValueDescription
NONE
CALL

ETH transferred through an internal call or a transaction with no calldata

SUICIDE

ETH received by destroying a contract

CREATE

ETH deposited into a contract upon creation

Network

Values

ValueDescription
SEPOLIA
MAINNET

TokenStorageType

Values

ValueDescription
ON_CHAIN

Stored in a data-uri

IPFS

Stored on IPFS

ARWEAVE

Stored on IPFS

SERVER

Stored on the creator's server