Vesting

Verified contract

Active on Ethereum with 1,889 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $519,723.08
0xf5ce1096f718479a18f2c99e4bcce7c91f2ae2d8af7a80c207fa2bfc2a83f2eb
0x77e7b38e0738af7956831de2c8b6d940a69a188da492517eba2f66b00cd889ba
0xe7a977ba0f44a9a89a6b04959a0e5a0ebca372d8807307799d012cb7615f02f2
0x20bd359974d62abd763f5df748988420fc2e93ebe81e9b94cfa437c8b45bd806
0xd3053d6f5767e3085de7efbb996311480c97cd40a4dd4ce68ee493f5f24737c7
0x8c8548c67f856ad02081c38744f618c5c51bf54c5b29bbc5fc9c0ee98badf5f5
0xbcf9000055e8104c1581289297240b1e07bff60767f47ff45b86108c7b3db67f
0xb3dd267056162afeca318bcf5e4c6170704ee50b52c6e76279b82d9b7ca4c419
0x852cc154dfc1f8519445237d64d6ea628e69897e9c1c4639510a41258356b28e
0x1a0216eb9f3ee5182652cd29f90d04abbd25068145bf9ce997b00d96643c3486

Functions
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(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(