Enums
ExcludeTransferFilter
Values
Value | Description |
---|---|
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
Value | Description |
---|---|
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
Value | Description |
---|---|
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
Value | Description |
---|---|
SEPOLIA | |
MAINNET |
TokenStorageType
Values
Value | Description |
---|---|
ON_CHAIN | Stored in a data-uri |
IPFS | Stored on IPFS |
ARWEAVE | Stored on IPFS |
SERVER | Stored on the creator's server |