Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,605,873.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COBE | ERC-20 | 24.592238M | $0.0653 |
$1,605,873.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213267 | 4 hours ago | | | 0 | 0.00084411314 | |
| 21213261 | 4 hours ago | | | 0 | 0.00072994264 | |
| 21213256 | 4 hours ago | | | 0 | 0.00072847789 | |
| 21211172 | 11 hours ago | | | 0 | 0.00072894593 | |
| 21206666 | a day ago | | | 0 | 0.00093472083 | |
| 21202862 | 2 days ago | | | 0 | 0.0012739936 | |
| 21198790 | 2 days ago | | | 0 | 0.0012998498 | |
| 21178072 | 5 days ago | | | 0 | 0.0018564055 | |
| 21174992 | 5 days ago | | | 0 | 0.0021556781 | |
| 21172840 | 6 days ago | | | 0 | 0.0026434144 |
ABI
ABI objects
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(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()