LinearVesting
Verified contract
Active on
Base with 305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($52,330.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$OTTO | ERC-20 | 15.323443M | $0.003415 |
$52,330.94 | |
$BABYOTTO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23717460 | 20 hours ago | | | 0 | 0.000000508626000000 | |
| 23703056 | a day ago | | | 0 | 0.0000013082806 | |
| 23690507 | a day ago | | | 0 | 0.0000010298183 | |
| 23657349 | 2 days ago | | | 0 | 0.0000014349180 | |
| 23623511 | 3 days ago | | | 0 | 0.0000023047508 | |
| 23619639 | 3 days ago | | | 0 | 0.0000021257845 | |
| 23616255 | 3 days ago | | | 0 | 0.0000021632125 | |
| 23610045 | 3 days ago | | | 0 | 9.5901356e-7 | |
| 23587377 | 4 days ago | | | 0 | 0.0000014732226 | |
| 23583154 | 4 days ago | | | 0 | 9.6548120e-7 |
ABI
ABI objects
Getter at block 23754241
endTime() view returns (uint32)
1733753403
isCrosschainIDO() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xd9756364312324aadaac950c21ef8b718b1af7130a250e67bbf7e09d220c18a0
owner() view returns (address)
0xb44889a0da462090922f72d7faf69bceb3adb7c6
paused() view returns (bool)
false
refundEnd() view returns (uint256)
0
refundStart() view returns (uint256)
0
startTime() view returns (uint32)
1733753403
totalClaimed() view returns (uint256)
136461714249000000000000000
totalVested() view returns (uint256)
151785157093000000000000000
Read-only
getClaimableAmount(struct UserAllocation alloc) view returns (uint256 claimableAmount)
userClaims(address user) view returns (uint256)
State-modifying
Events claim(struct UserAllocation alloc, bytes32[] proof) returns (bool)
pause()
renounceClaimAndRefund() payable
renounceOwnership()
setRefundPeriod(uint256 _refundStart, uint256 _refundEnd)
transferOwnership(address newOwner)
unpause()
update(bytes32 merkleRoot_, uint32 startTime_, uint32 endTime_, uint256 toClaim) returns (bool)
Claimed(address indexed token, address indexed user, uint256 amount)
LinearVestingSetUp(struct LinearVestingTypesSetUp setUp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RefundPeriodUpdated(uint256 indexed start, uint256 indexed end)
SettingsUpdated(uint32 indexed start, uint32 indexed end, uint256 totalVested)
Unpaused(address account)
constructor(address _token, address _ido)
This contract contains no fallback and receive objects.
AllocNotFound()
AlreadyClaimedOrRenounced()
HasRefunded()
InvalidMerkleRoot()
InvalidTimings()
NoIDO()
NoTokensToClaim()
NotAuthorized()
RefundNotEnabled()
ZeroTokenAddress()
isCrosschainIDO()