Vesting

Verified contract

Active on Ethereum with 8 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xcbb0b3249cac868df448ad986d26e30d24b3b96e73dc3e2959fa80096ad5739d
0x4442f7d0c10f8c56f26de48c0ff3c1e91609991b35c4ba28b6e12c82908e97be
0xa9b426e613fc93600b84327f39327ebfd4efcfdcebca0237b326f58bb97f9566
0xc4820a73447df875560d48705bd3f39b23e5e464a72d8242715798f4ddc9ebc9
0x2dcad83467c376a20cd9a2ba3c71a8aa48ce5d875d2962fe9e5a7ccdaf3aa554
0xc838d200c6cddc64dd486ffe82b00b95dcb9aee9241eff7ccd1b27233e248329
0x93c08635bad190917537a16a294eaad645aa1fac803baf8f2957ed6508cf9859
0x140611c7cebbfef8212072afa7e01f36afeb7bfac38f5db1ff45fa1f3859b941

Functions
Getter at block 21332374
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x0db3dc907b28313c4b10ba963dd278e6c0995de554f50e27b871f86ba1ffa029
owner(view returns (address)
0xc1d18038032527cbee663b6e2d35fa34fe8cb12c
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(