KIKIVault
Verified contract
Active on
Ethereum with 234 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 "KIKIVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15458162 | 2 years ago | | | 0 | 0.00029237772 | |
| 15458134 | 2 years ago | | | 0 | 0.0018748197 | |
| 15458086 | 2 years ago | | | 0 | 0.00043952565 | |
| 15458067 | 2 years ago | | | 0 | 0.00043893758 | |
| 15458048 | 2 years ago | | | 0 | 0.0021832082 | |
| 15458042 | 2 years ago | | | 0 | 0.00037771690 | |
| 15406209 | 2 years ago | | | 0 | 0.00078940538 | |
| 15400006 | 2 years ago | | | 0 | 0.00082443523 | |
| 15393604 | 2 years ago | | | 0 | 0.0027632160 | |
| 15387329 | 2 years ago | | | 0 | 0.0031283630 |
ABI
ABI objects
Getter at block 21161451
lastUpdate() view returns (uint256)
1662104506
owner() view returns (address)
0xf54d9e289b760f733c6b8074539cef9dce23d4d8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x82ca5fcd9ef2d6ceeb49a057bb11c3e091560979
rootHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
totalReleaseAmount() view returns (uint256)
256405146104616634890382
Read-only
getAllUserClaimed(address[] addresses) view returns (uint256 claimed)
userClaimed(address) view returns (uint256)
userLastUpdate(address) view returns (uint256)
State-modifying
Events acceptOwner()
claim(address _to, uint256 _amount, bytes32[] _proof)
claimAll(address[] _users, uint256[] _amounts, uint256[] _sizes, bytes32[] _proof)
renounceOwnership()
setPendingOwner(address pendingOwner_)
updateRootHash(bytes32 _rootHash, uint256 _releaseAmount, uint256 _updateAt)
ChangePendingOwner(address indexed previousPendingOwner, address indexed newPendingOwner)
Claim(address user, uint256 amount, uint256 totalAmount)
NewHash(bytes32 oldHash, bytes32 newHash, uint256 updateAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rewardToken, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.