x/airdrop
Abstract
airdrop
module is to allocate airdrop to different network addresses.
The target networks available to allocate airdrops are
- solana
- evm
- cosmos
- osmosis
- juno
- terra
State
Airdrop module keeps the information ofAirdropAllocation
that shows allocation and claimed amounts for an address on different network.
Messages
MsgSetAllocation
MsgSetAllocation
describes the message to set allocation for an account by admin.
MsgClaimAllocation
MsgClaimAllocation
describes the message to claim airdrop allocation allocated to different network address.
RewardAddress is the furya chain address that receives allocation.