CumulativeMerkleDrop
Verified contract
Active on
Ethereum with 4,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,069,774.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWELL | ERC-20 | 148.092121M | $0.040986 |
$6,069,774.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284154 | a minute ago | | | 0 | 0.00061642061 | |
| 21284149 | 2 minutes ago | | | 0 | 0.00074886455 | |
| 21284148 | 2 minutes ago | | | 0 | 0.00093779333 | |
| 21284148 | 2 minutes ago | | | 0 | 0.00093781264 | |
| 21284146 | 3 minutes ago | | | 0 | 0.00077729600 | |
| 21284146 | 3 minutes ago | | | 0 | 0.00086249155 | |
| 21284143 | 4 minutes ago | | | 0 | 0.00067380856 | |
| 21284141 | 4 minutes ago | | | 0 | 0.00072106118 | |
| 21284141 | 4 minutes ago | | | 0 | 0.00072558593 | |
| 21284135 | 5 minutes ago | | | 0 | 0.00074475994 |
ABI
ABI objects
Getter at block 21284156
claimIsOpen() view returns (uint8)
1
merkleRoot() view returns (bytes32)
0xea9db9b819dd5bfcb0580b5af1e2fccfc8ab470e21771ba9507e5172ae1c192b
owner() view returns (address)
0x20fdf47509c5efc0e1101e3ce443691781c17f90
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
stakingContract() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0a6e7ba5042b38349e437ec6db6214aec7b35676
Read-only
cumulativeClaimed(address) view returns (uint256)
verifyProof(bytes32[] proof, uint256 amount, address addr) view returns (bool)
State-modifying
Events acceptOwnership()
claimAndLock(uint256 cumulativeAmount, uint256 amountToLock, bytes32[] merkleProof)
clearStakingContract()
renounceOwnership()
setClaimStatus(uint8 status)
setMerkleRoot(bytes32 _merkleRoot)
setStakingContract(address _stakingContract)
transferOwnership(address newOwner)
ClaimStatusUpdated(uint8 oldStatus, uint8 newStatus)
Claimed(address indexed account, uint256 amount, uint256 amountToLock)
MerkleRootUpdated(bytes32 oldMerkleRoot, bytes32 newMerkleRoot)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingContractCleared()
StakingContractUpdated(address oldStakingContract, address newStakingContract)
constructor(address _owner, address _token)
This contract contains no fallback and receive objects.
ADDRESS_NULL()
AMOUNT_TO_LOCK_GT_AMOUNT_CLAIMED()
CLAIM_CLOSED()
INVALID_PROOF()
INVALID_STATUS()
NOTHING_TO_CLAIM()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SAME_MERKLE_ROOT()
SAME_STAKING_CONTRACT()
STAKING_NOT_AVAILABLE()
STAKING_TOKEN_MISMATCH()