LunexClaiming
Verified contract
Active on
Ethereum with 1,578 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6d3c…daa8
Balances ($0.00)
No balances found for "LunexClaiming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21382628 | 2 minutes ago | | | 0 | 0.0021402307 | |
| 21382606 | 6 minutes ago | | | 0 | 0.0024169489 | |
| 21382584 | 10 minutes ago | | | 0 | 0.0019640297 | |
| 21382570 | 13 minutes ago | | | 0 | 0.0021779694 | |
| 21382551 | 17 minutes ago | | | 0 | 0.0023051078 | |
| 21382532 | 21 minutes ago | | | 0 | 0.0026327163 | |
| 21382524 | 22 minutes ago | | | 0 | 0.0027810754 | |
| 21382520 | 23 minutes ago | | | 0 | 0.0027089112 | |
| 21382501 | 27 minutes ago | | | 0 | 0.0028135111 | |
| 21382496 | 28 minutes ago | | | 0 | 0.0019319186 |
ABI
ABI objects
Getter at block 21382634
getCurrentStage() view returns (uint8)
11
getTokenWallet() view returns (address)
0x0655c311ca6f94e8389ee08929731f70e09555a0
owner() view returns (address)
0x32278d505b25d5e0c3d5369bd2c3f1b5207a5c4a
root() view returns (bytes32)
0x4a2b3a7e9bce3ff6f313352fd3f166b6bb10079a8e79e99b97e596bcf86d523d
Read-only
claimableAmounts(uint8) view returns (uint256)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
stageEnded(uint8) view returns (bool)
tokensClaimed(address) view returns (uint256)
userBalance(address) view returns (uint256)
userInitialized(address) view returns (bool)
userStageClaimed(address, uint8) view returns (bool)
State-modifying
Events Claim(uint256 _amount, uint8 _currentStage, bytes32[] proof)
endStageAndSetRoot(uint8 _stage, bytes32 _newRoot)
renounceOwnership()
setRoot(bytes32 _root)
setTokenWallet(address _tokenWallet)
transferOwnership(address newOwner)
Claimed(address indexed tokenAddress, address indexed user, uint256 amount, uint256 indexed timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, bytes32 _root, address _tokenWallet)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)