Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($845,509.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OBI | ERC-20 | 116.430233M | $0.007262 |
$845,509.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217733 | a day ago | | | 0 | 0.00070641684 | |
| 21014980 | a month ago | | | 0 | 0.00064189511 | |
| 20979627 | a month ago | | | 0 | 0.0014144186 | |
| 20899324 | a month ago | | | 0 | 0.00033815162 | |
| 20862596 | 2 months ago | | | 0 | 0.00073249173 | |
| 20858431 | 2 months ago | | | 0 | 0.00037686884 | |
| 20858306 | 2 months ago | | | 0 | 0.00056581416 | |
| 20856038 | 2 months ago | | | 0 | 0.00043421942 | |
| 20848251 | 2 months ago | | | 0 | 0.00049307254 | |
| 20813292 | 2 months ago | | | 0 | 0.0027120942 |
ABI
ABI objects
Getter at block 21226094
MAX_PERCENTAGE() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x42bb012503e24006d6d9cf9f28e3b077a501159c7e4b683fdf2ce2dd9af3f46e
owner() view returns (address)
0xe41be4d4d3b1be81ece3df078a4ec0b3c01c6c4c
token() view returns (address)
0xbb3a8fd6ec4bf0fdc6cd2739b1e41192d12b1873
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()