Vesting

Verified contract

Active on Ethereum with 1,627 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $83,021.29
ERC-20
--
0x07bbd05732a6206beda141ded477dbf4eea7a8422a3e7332436d447cc6c1113a
0x80ba9b5726510473e17c69f3e23a12a013a8e3aae0ec33f1eb3e6ba0d1bd3f5a
0x950cb5198fc24bd6f41c2401c13b46390acc38153cf8dacfc720bd067dedefd1
0xc8671f7eec26ec884eaed39ba17e2c09ea9f1fd23199dab24a5fa75c21c85565
0xb87b3e772e9ad3e33b09d4ea26faa5e16cec129507c8fe3b09cb70d405173509
0x36b3300d3681754918cc5f8409fb00de9f74cb5110b22944a17b4dc1010f7311
0x78d76c2fe89c4c5f41224201395994125ab56d23275f19894632ff27e8789102
0xa2ab615245f4aff438b707e5790f00448e025562080bdb557c5f47eb7d215232
0xdda85edfaefc5ff18a01806f71df64671195f70f958901df45803ead2f188dc6
0x48e049e329717f475e4a004c1d1896ced8e03133f743bda6c0f393a14e59bcc2

Functions
Getter at block 20863807
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xa62174bc6b1745c5d0837b77714c3900136d729f5ad37be387a078bb1657cd33
owner(view returns (address)
0x2ce665b46fd16806aaef0497c47bbc27d69f6ea0
token(view returns (address)
0x8e4d27d772099e18900caf5dcc36cb612dcee886
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(