GroupiesAirdropClaimer
Verified contract
Active on
Ethereum with 553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEACE | ERC-20 | 655.16K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15159237 | 2 years ago | | | 0 | 0.00088730892 | |
| 14848603 | 3 years ago | | | 0 | 0.0057692200 | |
| 14793949 | 3 years ago | | | 0 | 0.0018012964 | |
| 14786453 | 3 years ago | | | 0 | 0.0014649622 | |
| 14716253 | 3 years ago | | | 0 | 0.0035228983 | |
| 14715829 | 3 years ago | | | 0 | 0.0037991441 | |
| 14715770 | 3 years ago | | | 0 | 0.0030023792 | |
| 14706798 | 3 years ago | | | 0 | 0.0044209354 | |
| 14697707 | 3 years ago | | | 0 | 0.0044821012 | |
| 14673520 | 3 years ago | | | 0 | 0.0066555319 |
ABI
ABI objects
Getter at block 21294954
owner() view returns (address)
0xde30040413b26d7aa2b6fc4761d80eb35dcf97ad
peaceToken() view returns (address)
0x528fc7341f43c13268bfb53fc095fa025044f286
Read-only
hasClaimed(uint256, address) view returns (bool)
isOpen(uint256) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
State-modifying
Events claim(uint256 index, address to, uint256 amount, bytes32[] proof)
setAirdrop(uint256 index, bytes32 _root, bool _open)
transferOwnership(address newOwner)
withdrawPeace(address to)
Claim(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _peaceToken)
This contract contains no fallback and receive objects.
AlreadyClaimed()
NotInMerkle()
NotOpen()
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()