Epoch
Epoch is the number of the current campaign.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/nym-thegnomic001/gnomic_airdrop.Epoch()"
Result
Claim-based airdrop realm with Merkle proofs.
Why Merkle rather than an on-chain list:
Operating flow:
The Merkle leaf is the string "<address>|<amount in base units>", UTF-8 encoded. The tree is Tendermint's "simple tree" (gno's crypto/merkle): leaf = SHA256(0x00||data), node = SHA256(0x01||left||right), split at the largest power of two below n. The generator in tools/merkle produces compatible proofs.
Epoch is the number of the current campaign.
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/nym-thegnomic001/gnomic_airdrop.Epoch()"