Vesting

Verified contract

Active on Ethereum with 14 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x1fb59a9d5e64baa042afc6a825e3cf2a2ae31602edb64689fb007e7e6bc00978
0x7176fb9e4d745070cac052a36667ac7c1d002d8066cf01c2f523a2317bd8a78e
0x45cca8ab63e8d605e7b5f303e11bc65f573feeeec1f22d6dfcfe159c65104e86
0x0f5764c781c22b29404ca3bebe58487b80b90706e4d1b9ab9127d4674105820f
0x29fa7ad7484eb88e7938447cfb0866d678631129f8f89a42722ea00be08e761b
0xf7d47d85da05546d719a02c9ffb4e2349e2cd9fd32ead043c5a7890230eacf98
0xbe55966bec7c7e7adaac6130402cfdf1c3235f10e868f0cc97bae671163aae3c
0x55c714d185e092e69a6018489968169f45c3bcaf13c5b4ff0a94675865c29477
0xec0c0b37bf0c86b524d33360ce936f711d1b7de15b5770ab05162c5e4a5d3740
0xcee38d48126e369aff245e85a6fffd63691326977bd416391cfc97a5f3be459b

Functions
Getter at block 20904727
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xc2bfad3552926373eb28a65d22e8a3ec9e3beaa41b2f7e34fedb36f124c57325
owner(view returns (address)
0xf867c48da1aa3268febcff36a6879066dd8eb304
token(view returns (address)
0x0a41e6d4d4897e8cec819ce7d10b2d7cda61dc94
Read-only
claimed(uint256view returns (uint256)
getClaimable(uint256 indexuint256 amountuint256 startuint256 enduint256 cadenceuint256 percentageOnStartview returns (uint256)
getRevoked(uint256 indexview returns (bool)
State-modifying
claim(uint256 indexaddress accountuint256 amountbool revocableuint256 startuint256 enduint256 cadenceuint256 percentageOnStartbytes32[] merkleProofuint256 claimAmount
stopVesting(uint256 indexaddress accountuint256 amountbool revocableuint256 startuint256 enduint256 cadenceuint256 percentageOnStartbytes32[] merkleProof
transferOwnership(address newOwner
Events
Claim(address indexed accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VestingRevoked(address indexed accountuint256 amountUnvested
Constructor
constructor(address _tokenbytes32 _merkleRootaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevoked(
CantRevokeEndedVesting(
ClaimAmountGtClaimable(
EmptyMerkleRoot(
InvalidDates(
InvalidProof(
NothingToClaim(
OnlyOwner(
Revoked(
UnrevocableVesting(
ZeroAddress(