TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 63,228 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x1d1e…54fc
Balances ($61,354.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQT | ERC-20 | 9.608256M | $0.006386 |
$61,354 | |
USA | ERC-20 | 1 | $0.00074 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.000748 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 999.852116 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22760976 | 43 minutes ago | | | 0 | 0.000011696170 | |
| 22760852 | an hour ago | | | 0 | 0.000011696170 | |
| 22756134 | 3 hours ago | | | 0 | 0.000011696170 | |
| 22755224 | 4 hours ago | | | 0 | 0.0000013481738 | |
| 22755157 | 4 hours ago | | | 0 | 0.0000013145624 | |
| 22755014 | 4 hours ago | | | 0 | 0.0000098050536 | |
| 22754744 | 4 hours ago | | | 0 | 0.0000012467622 | |
| 22754677 | 4 hours ago | | | 0 | 0.000011696170 | |
| 22752847 | 5 hours ago | | | 0 | 0.0000098050536 | |
| 22752633 | 5 hours ago | | | 0 | 0.0000013727044 |
ABI
ABI objects
Getter at block 22762275
owner() view returns (address)
0x31e99bda5939ba2e7528707507b017f43b67f89b
plansLength() view returns (uint256)
1
settings() view returns (address)
0x1d1e8c85a2c99575fcb95903c9ad9ae2adea54fc
Read-only
allocations(uint256, address) view returns (uint256)
claimableAmount(uint256 planId, address user) view returns (uint256)
claimed(uint256, address) view returns (uint256)
plans(uint256) view returns (uint256 lockPeriod, uint256 vestingPeriod, uint256 initialUnlock, uint256 startDate, uint256 totalAllocation, uint256 totalClaimed)
unlockedAmount(uint256 planId, address user) view returns (uint256)
State-modifying
Events addVestingPlan(uint256 _lockPeriod, uint256 _vestingPeriod, uint256 _initialUnlock)
batchAllocateVesting(uint256[] _planIds, address[] _addrs, uint256[] _allocations)
claim(uint256 planId)
claimFor(uint256 planId, address account)
initialize(address _settings)
renounceOwnership()
setSettings(address _settings)
startVesting(uint256 _planId, uint256 _vestingStartDate)
transferOwnership(address newOwner)
withdrawAllByAdmin()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingAllocated(address indexed user, uint256 planId, uint256 allocation)
VestingClaimed(address indexed user, uint256 planId, uint256 amount)
VestingPlanAdded(uint256 planId, uint256 lockPeriod, uint256 vestingPeriod, uint256 initialUnlock)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.