L2Vesting
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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
Balances ($0.00)
No balances found for "L2Vesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2Vesting"
ABI
ABI objects
Getter at block 22762275
owner() view returns (address)
0x0000000000000000000000000000000000000000
plansLength() view returns (uint256)
0
settings() view returns (address)
0x0000000000000000000000000000000000000000
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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.