ActionObject
Last updated
Last updated
For the Explain Tx API, we currently support the following actions.
Send Token
Send NFT
Approve Token
Approve NFT
Approve NFT Collection
Revoke Token Approval
Revoke NFT Collection Approval
Revoke NFT Approval
Cancel Tx
Deploy Contract
Call (If do not match the above types, will fallback to the call)
type: string - send_token
from_addr: string - from address
to_addr: string - to address
token: Object - token info
type: string - send_nft
from_addr: string - from address
to_addr: string - to address
nft: Object - nft info
type: string - approve_token
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
type: string - approve_nft
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
nft: Object - nft info
type: string - approve_nft_collection
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
collection: Object - collection info
type: string - revoke_token_approval
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
type: string - revoke_nft_approval
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
nft: Object - nft info
type: string - revoke_nft_collection_approval
owner: string - owner address
spender: Object - spender info
id: string - spender address
protocol: Object
id: string - protocol id
name: string - protocol name
logo_url: string - protocol logo url
collection: Object - collection info
type: string - cancel_tx
from_addr: string - from address
type: string - deploy_contract
from_addr: string - from address
type: string - call
from_addr: string - from address
to_addr: string - to address
contract: Object - contract info
id: string - contract info
protocol: Object
logo_url: string - protocol logo url
name: string - protocol name
id: string - protocol id
token: Object - token info
token: Object - token info