Vesting
Verified contract
Active on
Ethereum with 1,736 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,796.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INS | ERC-20 | 1.328439M | $0.016408 |
$21,796.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157150 | 8 days ago | | | 0 | 0.0016132926 | |
| 21079738 | 19 days ago | | | 0 | 0.0012028892 | |
| 20858841 | 2 months ago | | | 0 | 0.00058709674 | |
| 20826135 | 2 months ago | | | 0 | 0.00089310302 | |
| 20819543 | 2 months ago | | | 0 | 0.0017120477 | |
| 20779400 | 2 months ago | | | 0 | 0.0013623071 | |
| 20745662 | 2 months ago | | | 0 | 0.00021206173 | |
| 20736361 | 2 months ago | | | 0 | 0.00046988800 | |
| 20736349 | 2 months ago | | | 0 | 0.00051827339 | |
| 20606957 | 3 months ago | | | 0 | 0.00010887802 |
ABI
ABI objects
Getter at block 21216066
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x663e163cfacabb35e447b4f606c43c54ae648bd5e85673f2f0145f92cf15f346
owner() view returns (address)
0x4f0a780cca79e9c5b943ffbbc0e629665ed13922
token() view returns (address)
0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841
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()