This contract is being backfilled. You may encounter incomplete storage history.

Vesting

Verified contract

Active on Ethereum with 385 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,605,873.16
0xb6411ed02d1ebe2a86b74759acd696b10b0428f3032dfa7d376e4c9c87819077
0x4aba20afd1f1cd03e7fc7511756a1e834086f2a0022ef834fb903a65126517ea
0x0a1b888579aa7cf5b11985d773420c55efa31b1752cd45da595ff5363e88e3f1
0xcdb159afcf15a3502e5581ad41820783b889892af2fdca9b96f61b94f74d08cc
0x2c63e7518ec01ee50fb2b9f935c460dd9c22545ef3e55f7b20056acaa1bf9236
0x5567e91baebbf88329d6083c4e74bb45b4ad4fb9a3d21e9679c18efd890ea924
0x0aedd210da0cc0c71434b852dd07309154737e71af9487b6a80fe50567f6598d
0x91b68bad6f18c3575242017fad588a17e1126487ba960085b531162d09e1cc4c
0xcae8a9781b44987ee9cd444488d721143d340f3f7270140cf29d2c5477173f85
0x189cfccb26280f6f98879382681da178dfa3dccff5d1c8f61f017de3c71e4e06

Functions
Getter at block 21214325
MAX_PERCENTAGE(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xbf3ae560e8bad292160ef97d768ed25a562cc5c7f787217e5baaba990a079870
owner(view returns (address)
0x60a9c3ba606b5b4bbd4721c4b6d265127d55d64f
token(view returns (address)
0xc61edb127f58f42f47a8be8aebe83cf602a53878
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(