Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSHIB | ERC-20 | 485.532867M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18736708 | a year ago | | | 0 | 0.0065332709 | |
| 18439792 | a year ago | | | 0 | 0.0013967181 | |
| 18427856 | a year ago | | | 0 | 0.0029033027 | |
| 18278881 | a year ago | | | 0 | 0.0010877423 | |
| 18214383 | a year ago | | | 0 | 0.0012555945 | |
| 18163303 | a year ago | | | 0 | 0.0024606276 | |
| 18163272 | a year ago | | | 0 | 0.0018248126 | |
| 18122949 | a year ago | | | 0 | 0.0014442388 | |
| 18122945 | a year ago | | | 0 | 0.0014001487 | |
| 18058620 | a year ago | | | 0 | 0.00074983055 |
ABI
ABI objects
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(uint256) view returns (uint256)
getClaimable(uint256 index, uint256 amount, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart) view returns (uint256)
getRevoked(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof, uint256 claimAmount)
stopVesting(uint256 index, address account, uint256 amount, bool revocable, uint256 start, uint256 end, uint256 cadence, uint256 percentageOnStart, bytes32[] merkleProof)
transferOwnership(address newOwner)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingRevoked(address indexed account, uint256 amountUnvested)
constructor(address _token, bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
AlreadyRevoked()
CantRevokeEndedVesting()
ClaimAmountGtClaimable()
EmptyMerkleRoot()
InvalidDates()
InvalidProof()
NothingToClaim()
OnlyOwner()
Revoked()
UnrevocableVesting()
ZeroAddress()