Vesting
Verified contract
Active on
Ethereum with 1,889 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($519,723.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKAI | ERC-20 | 15.075366M | $0.034475 |
$519,723.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226017 | 3 hours ago | | | 0 | 0.00095992950 | |
| 21225651 | 4 hours ago | | | 0 | 0.00082250884 | |
| 21224929 | 7 hours ago | | | 0 | 0.0011365436 | |
| 21223499 | 11 hours ago | | | 0 | 0.0018383109 | |
| 21223155 | 13 hours ago | | | 0 | 0.0012935944 | |
| 21221744 | 17 hours ago | | | 0 | 0.00076731334 | |
| 21221190 | 19 hours ago | | | 0 | 0.00071811204 | |
| 21220795 | 21 hours ago | | | 0 | 0.00051551507 | |
| 21220092 | a day ago | | | 0 | 0.00074096004 | |
| 21220079 | a day ago | | | 0 | 0.00073328312 |
ABI
ABI objects
Getter at block 21226931
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xcc8b60e0568a972a6dd6de4f96c7a57a57358e8502cd486ca531c88f2c3a9af4
owner() view returns (address)
0xa0a7f83b36c1014d4651f89fdbf01535fd0e0086
token() view returns (address)
0xcf078da6e85389de507ceede0e3d217e457b9d49
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()