PerpRewardVesting
Verified contract
Implementation
Active on
Ethereum with 1 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 49 additional slots
-
variable spans 49 additional slots
0xbc39…3447
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "PerpRewardVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12106740 | 4 years ago | | | 0 | 0.017980650 |
ABI
ABI objects
Getter at block 21284336
candidate() view returns (address)
0x0000000000000000000000000000000000000000
getLengthOfMerkleRoots() view returns (uint256)
0
owner() view returns (address)
0x8156c0fbac680bbedbba87b37e7badb8f90df046
token() view returns (address)
0xbc396689893d065f41bc2c6ecbee5e0085233447
vestingPeriod() view returns (uint256)
15724800
Read-only
claimStatus(address _liquidityProvider, uint256 _begin, uint256 _end) view returns (bool[])
claimed(uint256, address) view returns (bool)
merkleRootIndexes(uint256) view returns (uint256)
merkleRootTimestampMap(uint256) view returns (uint256)
merkleRoots(uint256 _begin, uint256 _end) view returns (bytes32[])
verifyClaim(address _liquidityProvider, uint256 _week, uint256 _claimedBalance, bytes32[] _merkleProof) view returns (bool valid)
weekMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events claimWeek(address _account, uint256 _week, uint256 _claimedBalance, bytes32[] _merkleProof)
claimWeeks(address _account, struct MerkleRedeemUpgradeSafeClaim[] _claims)
initialize(address _token, uint256 _vestingPeriod)
renounceOwnership()
seedAllocations(uint256 _week, bytes32 _merkleRoot, uint256 _totalAllocation)
setOwner(address newOwner)
updateOwner()
Claimed(address _claimant, uint256 _balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.