AirdropDistributor
Verified contract
Active on
Ethereum with 6,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($350,686.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEAR | ERC-20 | 30.47354M | $0.011508 |
$350,686.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393273 | 16 hours ago | | | 0 | 0.0013874573 | |
| 21388253 | a day ago | | | 0 | 0.0027977011 | |
| 21345448 | 7 days ago | | | 0 | 0.0034948432 | |
| 21311629 | 12 days ago | | | 0 | 0.0011359802 | |
| 21300566 | 14 days ago | | | 0 | 0.00082705531 | |
| 21275839 | 17 days ago | | | 0 | 0.00074869922 | |
| 21260341 | 19 days ago | | | 0 | 0.00044447000 | |
| 21224620 | 24 days ago | | | 0 | 0.0015350617 | |
| 21185711 | a month ago | | | 0 | 0.0030938197 | |
| 21181881 | a month ago | | | 0 | 0.0029533906 |
ABI
ABI objects
Getter at block 21398151
merkleRoot() view returns (bytes32)
0x15a1c21cf6a871fa89324378306ebca47c321ac2c23bd7e1349984ea8df56d43
owner() view returns (address)
0x20da9f3d7d5cb96c2822338830cfd6dee6d508d8
token() view returns (address)
0xba3335588d9403515223f109edc4eb7269a9ab5d
treasury() view returns (address)
0x7b065fcb0760df0cea8cfd144e08554f3cea73d1
Read-only
claimed(address) view returns (uint256)
State-modifying
Events claim(uint256 index, address account, uint256 totalAmount, bytes32[] merkleProof)
emitDistributionEvents(struct DistributionData[] data)
renounceOwnership()
transferOwnership(address newOwner)
updateHistoricClaims(struct ClaimedData[] alreadyClaimed)
updateMerkleRoot(bytes32 newRoot)
Claimed(address indexed account, uint256 amount, bool indexed historic)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RootUpdated(bytes32 oldRoot, bytes32 indexed newRoot)
TokenAllocated(address indexed account, uint8 indexed campaignId, uint256 amount)
constructor(address addressProvider, bytes32 merkleRoot_, struct ClaimedData[] alreadyClaimed)
This contract contains no fallback and receive objects.
AlreadyClaimedFinishedException()
TreasuryOnlyException()