NFT Holder Snapshot
You can snapshot NFT Holder for your own collection or any other collection (by contract address) via Airdrop CLI. We also support NFT listed on marketplace like Knowhere and Talis. Make sure that you are in the js/cli
directory before you proceed with this step.
Snapshot Your Collection
You will need your data folder and MasterCSV file for this operation.
-d, --data <string>
true
data
Data folder that store created NFT contract information
-n, --network <string>
true
testnet
Terra network. (localterra, testnet and mainnet)
-c, --config <string>
true
data/master.csv
MasterCSV file
-f, --format <string>
true
csv
Holder file format. (csv, json)
-h, --height <number>
false
100000
Block height that you want to snapshot. (Can use only mainnet)
-ori, --original <boolean>
false
true
Find real owner if that NFT is listed on marketplace. This param only supported in mainnet. The marketplace that we support are Knowhere and Talis.
You will be greeted with this after its snapshot holder successfully.
Snapshot On Chain Collection
This command can snapshot any on chain collection with contract address. For example, this command will take snapshot holder of Galactic Punk collection.
-d, --data <string>
true
data
Data folder that store created NFT contract information
-c, --contract <string>
true
terra16ds898j530kn4nnlc7xlj6hcxzqpcxxk4mj8gkcl3vswksu6s3zszs8kp2
Contract address
-n, --network <string>
true
mainnet
Terra network. (localterra, testnet and mainnet)
-f, --format <string>
true
csv
Holder file format. (csv, json)
-h, --height <number>
false
1000000
Block height that you want to snapshot. (Can use only mainnet)
-ori, --original <boolean>
false
true
Find real owner if that NFT is listed on marketplace. This param only supported in mainnet. The marketplace that we support are Knowhere and Talis.
You will be greeted with this after its snapshot holder successfully.
Last updated