Vesting

Verified contract

Active on Ethereum with 908 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $37,103.21
0x9197b41e6d043c2cc5535b2b7eaafd6a1552933efd14c2e84e621a0404f0c15d
0x9fe1bd6144d5320c47e33a8b6ff2aba92e44f12e0b38028490d08cd0a7182a25
0x471177aa572b5e54fa17972c75a41d6a3add8f2e5e814f66d07298bc7686346f
0x236c0fb7799fbeae6ec1664f4efb407957b0a91035cb572fb0df3e808be11a81
0x64a619b4680eb0ca08f4c5002254567cd0a69000b24723aaeb262cfcea78b7c6
0xffc7bcd21ca8e515d09d731cf081416c1848c87676d147a7643e393f43befc7e
0x06139ad51470969405bd1a8d042af09be4cd5de27530a7e40a5400a1f6f34579
0xe9c809f80386bfd99f0a6f5d627d0bdff862a22f82c187bf3489602a532fce35
0x29f069a69ded689a3fe6c8ca2139baa9255ae73854b5dd058d38f6e2fd8514c1
0x4b18bb233c2322b4aa86946880c68284904e22013f5912645b59a395a8de3a9a

Functions
Getter at block 21222389
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x4aff0cb959e849a3838b2af23c59dea3c7bfb49d6298b9ebe001e3e3f1024844
owner(view returns (address)
0xc286630841044b646ea3e61d27661c126896889d
token(view returns (address)
0xe75f2acafba1ad56c5ed712ffbc1d31910e74396
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(