New services
Explore Plans
Mobile menu Close menu
vechain.energyvechain.energy

NFT in collection transferred

This trigger fires when NFT on a collection is transferred.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when NFT on a collection is transferred.
API endpoint slug
vechain.nft_transfer_collection

Trigger fields

Address Text input > Regular expression

Label
Collection
Slug
address
Required
true
Can have default value
true

Ingredients

EmitterThe emitting NFT contract

Slug
emitter
Filter code
Vechain.nftTransferCollection.Emitter
Type
String
Example
0x0000000000000000000000000000000000000000

FromThe sending address of the NFT

Slug
from
Filter code
Vechain.nftTransferCollection.From
Type
String
Example
0x0000000000000000000000000000000000000000

ToThe receiving address of the NFT

Slug
to
Filter code
Vechain.nftTransferCollection.To
Type
String
Example
0x0000000000000000000000000000000000000000

Token IDThe ID of the transferred NFT

Slug
token_id
Filter code
Vechain.nftTransferCollection.TokenId
Type
String
Example
1

Created atDate and time event was created.

Slug
created_at
Filter code
Vechain.nftTransferCollection.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Transaction IDThe transaction id from the blockchain.

Slug
transaction_id
Filter code
Vechain.nftTransferCollection.TransactionId
Type
String
Example
0x…