Ancient8Drop
Verified contract
Active on
Ethereum with 74,018 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e5a…62df
Balances ($0.00)
No balances found for "Ancient8Drop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149709 | 8 days ago | | | 0 | 0.00035313554 | |
| 21127584 | 11 days ago | | | 0 | 0.00075191465 | |
| 21074341 | 19 days ago | | | 0 | 0.00027194592 | |
| 21074290 | 19 days ago | | | 0 | 0.00025577291 | |
| 21074284 | 19 days ago | | | 0 | 0.00030821141 | |
| 21037512 | 24 days ago | | | 0 | 0.00032989293 | |
| 21037246 | 24 days ago | | | 0 | 0.00053119500 | |
| 21037237 | 24 days ago | | | 0 | 0.00053119500 | |
| 21013482 | a month ago | | | 0 | 0.00022089044 | |
| 21013468 | a month ago | | | 0 | 0.00023619165 |
ABI
ABI objects
Getter at block 21208777
claimtime() view returns (uint256)
1721206800
duration() view returns (uint256)
0
endtime() view returns (uint256)
1723885200
merkleRoot() view returns (bytes32)
0xc14ebcc6f50689ecda3ef3d96f7521564a9f23491182c4c39ae2b2b9a8ed0775
multiplier() view returns (uint256)
0
noLockMultiplier() view returns (uint256)
4000000
owner() view returns (address)
0x80f4eda48a2a2ce5bd37ead7bcaeb352376f3955
stakingContract() view returns (address)
0xd42d4417d7f757bad6a5ea5e40a53649fd50b349
token() view returns (address)
0x3e5a19c91266ad8ce2477b91585d1856b84062df
treasury() view returns (address)
0x1e7258957739a9ecb414131b88dd4eb96ca9f9a7
Read-only
hasClaimAndStaked(address) view returns (bool)
hasClaimed(address) view returns (bool)
State-modifying
Events cancelAirdrop()
claim(address to, uint256 amount, bytes32[] proof)
claimAndStake(address to, uint256 amount, bytes32[] proof)
updateConfig(uint256 _claimtime, uint256 _endtime, address _stakingAddress)
updateMerkleRoot(bytes32 _merkleRoot)
Claim(address indexed to, uint256 amount)
ClaimAndStake(address indexed staker, uint256 amount, uint256 duration, uint256 multiplier, uint256 noLockMultiplier, uint256 sectionID)
constructor(bytes32 _merkleRoot, address _token, address _stakingAddress, address _treasury, uint256 _claimtime, uint256 _endtime)
This contract contains no fallback and receive objects.
AddressNotMatch()
AlreadyClaimAndStaked()
AlreadyClaimed()
ClaimTimeInvalid()
NotInMerkle()