Vesting

Verified contract

Active on Ethereum with 568 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xc95411f19959edafd72546c367504e8f6f010c06132b03691faa2d5ac12974b9
0xb3fc488816cbeda3d2702e76201fb43dabd513b4e438dd6752d89652a5404f7b
0x2f303edb3200442d3bc82674d8b29ff4874fd10b75ba60926715e7885d72c30e
0x4b4a907e2e3a91be58f5a9a8d1b7e3a770adc0967e34052383c06464376ccd4e
0x585c75e16cd756673ec9c0c310e3e5a08e5c46016dbe47982085826cc9788561
0x66312decc19bf72faf9645e4b321c1da6c4008edd8396d58a8f19750d65ee8ae
0xffa93e07c9765f19e50c52f2f8a3e43889a03585c463e84080f956dc8f2b1889
0xb377e11d0953c570364bdf4678147aeb0864d85c677c1549c33780286a891104
0x62626d54b41009ad0cc784339bbbc376cdd67053ee7df6ae289a778c906da655
0x7c802031cae775b2a3c282c06ece46d1b0a7191e44d907d9c61e9b1c5e7df819

Functions
Getter at block 21312500
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xb05f12b3fb82af7a05021c1e8f78092cb299b8e37956fec919579fd8bc36fe59
owner(view returns (address)
0x8b5babf041629cf4e554c0faff1d6fd4d2456ffb
token(view returns (address)
0xb4039240e71535100be947116c778d5d98bd9f62
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(