Vesting

Verified contract

Active on Ethereum with 126 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x17908e1d52039bcf85865b4728edbed52cc2826cefc63a481e90acd8eea1edd7
0x6f03eef417c20ce803278b955317da831d8ce5e755145bc1bfea0daab18df507
0x75df8824e5ff1b6ff3f546007d826d66c63761518d0d0aee77bd85101db0c668
0x2d6de6223a115736be029c0abacc8c4884aa9bc4741d830c694caf9ae62377a1
0x57efa0a747dd9b9ae8dd84d1dc67891fa7640c0ba6a8e5e8d4319c1e4d570e0d
0xc45dda4047c1eef042c3c69db7a7089086317b670a744280736539e3cbb752af
0x6791b5c3c94bc0f3c64b41fe1c520a2691010a47d63740e319cbafb60f61d716
0xdbf6ab845fe8ea1a586ab920e671a38562d7af37b605de6a4cb4ca61a9791a02
0xf84bef043fc142e3ab071fb54d5ff3df95c27d85386925b8be188bc6410a71e6
0x36ea334504677a068f214fbabaa95925e6dffef360b0b47c72887e0991d44064

Functions
Getter at block 21329783
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x468b6364cf43cf9e788a59020d37a4b5e15c472a50adc85056b1bd23ee957b49
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(