AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,989 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x1796…d0b2
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PMON | ERC-20 | 0.073847 | $0.164434 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18269289 | a year ago | | | 0 | 0.0010280208 | |
| 17619838 | a year ago | | | 0 | 0.0016375727 | |
| 17569987 | a year ago | | | 0 | 0.0014253719 | |
| 17520189 | a year ago | | | 0 | 0.0013268629 | |
| 17470353 | a year ago | | | 0 | 0.0016674423 | |
| 17420695 | a year ago | | | 0 | 0.0020555744 | |
| 17271550 | 2 years ago | | | 0 | 0.0050248320 | |
| 17191133 | 2 years ago | | | 0.0098 | 0.0030604792 | |
| 17122555 | 2 years ago | | | 0 | 0.0034838324 | |
| 17072852 | 2 years ago | | | 0 | 0.0033780038 |
ABI
ABI objects
Getter at block 21319824
expireAfter() view returns (uint256)
52
intervalIdCounter() view returns (uint256)
95
intervalLengthInSec() view returns (uint256)
604800
nextIntervalTimestamp() view returns (uint256)
1686736800
owner() view returns (address)
0xe0d4fec206b035dc5e6a331dc4d196b094842208
Read-only
getLastHarvestedInterval(uint256 userId) view returns (uint256)
pendingRewards(uint256 userId, struct CollectorStakingPoolV2aPendingRewardRequest[] pendingRewardRequests) view returns (struct CollectorStakingPoolV2aPendingRewardResult[])
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AddRewards(uint256 amount)
IntervalClosed(uint256 newInterval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedistributeRewards(uint256 unclaimedRewards)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.