KangClaiming
Verified contract
Active on
Ethereum with 819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KangClaiming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003040 | 22 days ago | | | 0 | 0.0010331884 | |
| 21002995 | 22 days ago | | | 0 | 0.0010120329 | |
| 20945811 | a month ago | | | 0 | 0.0064424979 | |
| 20911850 | a month ago | | | 0 | 0.0041910585 | |
| 20812940 | 2 months ago | | | 0 | 0.0040231617 | |
| 20705129 | 2 months ago | | | 0 | 0.0015996040 | |
| 20687701 | 2 months ago | | | 0 | 0.0017899162 | |
| 20677024 | 2 months ago | | | 0 | 0.0028347345 | |
| 20676887 | 2 months ago | | | 0 | 0.0017783497 | |
| 20672594 | 2 months ago | | | 0 | 0.0013161595 |
ABI
ABI objects
Getter at block 21161056
owner() view returns (address)
0x274f69668b3ed6bdf342ceda1b8dcbf5aba230d3
root() view returns (bytes32)
0x71e89663d97064c3b5af6ad93017ef6adc703827cf27fa6cf2501c0e49089521
stakingContract() view returns (address)
0x6c07c5de6006572dcc2a59e52ac091bfa730eb12
Read-only
IsClaimed(address, uint8) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
stageStarted(uint8) view returns (bool)
tokensClaimed(address) view returns (uint256)
tokensStaked(address) view returns (uint256)
userBalance(address) view returns (uint256)
userInitialized(address) view returns (bool)
State-modifying
Events Stake(uint256 _pid, uint256 _amount, bytes32[] proof, uint256 _stakeAmount)
allowStageRelease(uint8 _stage)
renounceOwnership()
setRoot(bytes32 _root)
setStakingContract(address _stakingContract)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed tokenAddress, address indexed user, uint256 amount, uint256 indexed timestamp)
constructor(address _stakingContract, address _token, bytes32 _root)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()