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 | 3.48146B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014507 | a month ago | | | 0 | 0.0014767032 | |
| 18819508 | a year ago | | | 0 | 0.0052690868 | |
| 18819494 | a year ago | | | 0 | 0.0051143475 | |
| 18819464 | a year ago | | | 0 | 0.0049144378 | |
| 18819455 | a year ago | | | 0 | 0.0049948453 | |
| 18763892 | a year ago | | | 0 | 0.0034004283 | |
| 18760244 | a year ago | | | 0 | 0.0029792249 | |
| 18736827 | a year ago | | | 0 | 0.0065369896 | |
| 18736719 | a year ago | | | 0 | 0.0053669460 | |
| 18662185 | a year ago | | | 0 | 0.0016436087 |
ABI
ABI objects
Getter at block 21312500
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xb05f12b3fb82af7a05021c1e8f78092cb299b8e37956fec919579fd8bc36fe59
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()