X2Y2Drop
Verified contract
Active on
Ethereum with 43,839 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc8c3…1b85
Balances ($414,990.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
X2Y2 | ERC-20 | 91.956222M | $0.004513 |
$414,990.16 | |
X3Y3 | ERC-20 | 18.491302M | -- | -- | |
X0Y0 | ERC-20 | 7.5M | -- | -- | |
X3Y3 | ERC-20 | 7.247849M | -- | -- | |
Genie | ERC-20 | 5.852918M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14487427 | 3 years ago | | | 0 | 0.0093538463 | |
| 14487189 | 3 years ago | | | 0 | 0.0036031776 | |
| 14487142 | 3 years ago | | | 0 | 0.0045395020 | |
| 14487142 | 3 years ago | | | 0 | 0.0054831260 | |
| 14486960 | 3 years ago | | | 0 | 0.0031490901 | |
| 14485918 | 3 years ago | | | 0 | 0.0024378840 | |
| 14485451 | 3 years ago | | | 0 | 0.0062321359 | |
| 14485243 | 3 years ago | | | 0 | 0.0032982891 | |
| 14485208 | 3 years ago | | | 0 | 0.0041887175 | |
| 14484944 | 3 years ago | | | 0 | 0.0034855736 |
ABI
ABI objects
Getter at block 21273586
MAX_AMOUNT_PER_ADDRESS() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
stakingPool() view returns (address)
0xc8c3cc5be962b6d281e4a53dbcce1359f76a1b85
startBlock() view returns (uint256)
14213224
token() view returns (address)
0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9
totalClaimed() view returns (uint256)
28043777630305570575750719
Read-only
claimed(address) view returns (uint256)
signers(address) view returns (bool)
State-modifying
Events claim(uint256 totalAmount, uint8 v, bytes32 r, bytes32 s, bool staking)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateSigners(address[] toAdd, address[] toRemove)
updateStakingPool(address pool_)
Airdrop(address receiver, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SignerUpdate(address signer, bool isRemoval)
StakingPoolUpdate(address pool)
Unpaused(address account)
constructor(address pool_, address token_, address signer_, uint256 startBlock_)
This contract contains no fallback and receive objects.
This contract contains no error objects.