CollectorStakingPoolV2a
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "CollectorStakingPoolV2a"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CollectorStakingPoolV2a"
ABI
ABI objects
Getter at block 21325345
expireAfter() view returns (uint256)
0
intervalIdCounter() view returns (uint256)
0
intervalLengthInSec() view returns (uint256)
0
nextIntervalTimestamp() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getLastHarvestedInterval(uint256 userId) view returns (uint256)
pendingRewards(uint256 userId, struct CollectorStakingPoolV2aPendingRewardRequest[] pendingRewardRequests) view returns (struct CollectorStakingPoolV2aPendingRewardResult[])
State-modifying
Events addRewards(uint256 amount)
harvest(uint256 userId, address[] userWallets, uint256[] harvestRequests, bytes signature)
initialize(address _token, uint256 _expireAfter, uint256 _intervalLengthInSec, uint256 endOfFirstInterval, address _trustedSigner)
recoverToken(address _token, uint256 amount)
renounceOwnership()
setExpireAfter(uint256 _expireAfter)
setIntervalLengthInSec(uint256 _intervalLengthInSec)
setTrustedSigner(address _trustedSigner)
transferOwnership(address newOwner)
AddRewards(uint256 amount)
IntervalClosed(uint256 newInterval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedistributeRewards(uint256 unclaimedRewards)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.