Vesting

Verified contract

Active on Ethereum with 1,736 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $21,796.82
0x2b7146eeb5e036736a99b3ff712b60f58cac81549ee34bca9148d0d4d7976036
0x8dad56158f871eebdc519d48e775cb7b40d21317086890eeea5353358cf4d357
0x1ec572aee9fc4845d796062d9712c535bb61859a6295d3bbf5814a42720b1c79
0x39075ca6955f3b2c68af6aa470546b25dd1cdd20c217ed185bc6203583604177
0xf8dfa719117d3a77b1ea53a343667569273671221c2acaf4219cc9d29bebcfb7
0x2ee40295f90139a2403d04c93b8f1f777c4b3d3cf0dc4069bac8f79c2c1aec5f
0xf83e71abfeae6b94c0fa9ce5f3815afd0dff83243e151e7de191c269ce07a12b
0x8c60cbe22d1145da37b2146d9f3b1ab23b562f63de39b124ca73f5648727c5df
0xfd0a0772b05ab7ae77495fb2e945a80c9af1342f2115be2f298f4151193d61fd
0xf9ff31488f021c742deb11e12ac1b18633f6968f10447e4c19f9fad019b4336f

Functions
Getter at block 21216066
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x663e163cfacabb35e447b4f606c43c54ae648bd5e85673f2f0145f92cf15f346
owner(view returns (address)
0x4f0a780cca79e9c5b943ffbbc0e629665ed13922
token(view returns (address)
0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841
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(