Vesting

Verified contract

Active on Ethereum with 53 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $845,509.36
0x73dc089aec566d961a38a0e388eb6ffa787cd21bd2458e4d55119dcf8d15b2ea
0x03c2e81d29b6f45d57625faebc1e00adae8c2e8abeace5224f5b604307437239
0x6e9bb3cf007284c0a4034a22deb2fde8833f84ce200243e2c6ff2795cce0746f
0xcd204ff1da6e00b0f04265007216fd8e6ad6f72335efcb19ce3fa1a733c13d64
0x7effe92bf78f44263fdef433c450507b4e60b613081be04fca51ec8a27da737b
0xf8ca4cea9b58557dc643902cfb25beb53f0491da7527fc0e0bb96d21b95c65b9
0xc3f95a50bdb40cf8325668db451878c397a36ddbc0681df6d2acf29b6896d585
0x25807a7d2d8a7a01e747da984ea31f0502dd948a920f4a031b4e127383a67208
0x3ff3fe5e15068c70f32c0d0add1709cb3d06b0d5219bb313cac9aeb2ca30662f
0x75ebd032f59298f09b918b305425faad7adec4b8d04218468b2aaca67c229a6b

Functions
Getter at block 21226094
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x42bb012503e24006d6d9cf9f28e3b077a501159c7e4b683fdf2ce2dd9af3f46e
owner(view returns (address)
0xe41be4d4d3b1be81ece3df078a4ec0b3c01c6c4c
token(view returns (address)
0xbb3a8fd6ec4bf0fdc6cd2739b1e41192d12b1873
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(