Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37,103.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KAI | ERC-20 | 635.775322K | $0.058359 |
$37,103.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184170 | 5 days ago | | | 0 | 0.0028425335 | |
| 21152329 | 10 days ago | | | 0 | 0.00084570470 | |
| 21151697 | 10 days ago | | | 0 | 0.00057710470 | |
| 21079731 | 20 days ago | | | 0 | 0.0014414008 | |
| 20993768 | a month ago | | | 0 | 0.0023938939 | |
| 20969692 | a month ago | | | 0 | 0.00082940652 | |
| 20936439 | a month ago | | | 0 | 0.0021510530 | |
| 20926815 | a month ago | | | 0 | 0.00096631493 | |
| 20918646 | a month ago | | | 0 | 0.00083146425 | |
| 20918595 | a month ago | | | 0 | 0.00063271542 |
ABI
ABI objects
Getter at block 21222389
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x4aff0cb959e849a3838b2af23c59dea3c7bfb49d6298b9ebe001e3e3f1024844
owner() view returns (address)
0xc286630841044b646ea3e61d27661c126896889d
token() view returns (address)
0xe75f2acafba1ad56c5ed712ffbc1d31910e74396
Read-only
claimed(uint256) view returns (uint256)
getClaimable(uint256 index, uint256 amount, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart) view returns (uint256)
getRevoked(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof, uint256 claimAmount)
stopVesting(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof)
transferOwnership(address newOwner)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingRevoked(address indexed account, uint256 amountUnvested)
constructor(address _token, bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
AlreadyRevoked()
CantRevokeEndedVesting()
ClaimAmountGtClaimable()
EmptyMerkleRoot()
InvalidDates()
InvalidProof()
NothingToClaim()
OnlyOwner()
Revoked()
UnrevocableVesting()
ZeroAddress()