ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 6,302 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($947,046.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IPOR | ERC-20 | 2.553415M | $0.370894 |
$947,046.34 | |
ipDAI | ERC-20 | 974.102147K | -- | -- | |
ipUSDC | ERC-20 | 754.24368K | -- | -- | |
ipUSDT | ERC-20 | 611.7667K | -- | -- | |
ipstETH | ERC-20 | 306.724291 | -- | -- | |
ipweETH | ERC-20 | 129.937104 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20410683 | 4 months ago | | | 0 | 0.00057391504 | |
| 20410679 | 4 months ago | | | 0 | 0.00056507811 | |
| 20410671 | 4 months ago | | | 0 | 0.00047802498 | |
| 20410665 | 4 months ago | | | 0 | 0.00042711832 | |
| 20410661 | 4 months ago | | | 0 | 0.00034542103 | |
| 20410659 | 4 months ago | | | 0 | 0.00035121433 | |
| 20410653 | 4 months ago | | | 0 | 0.00031910451 | |
| 20376455 | 4 months ago | | | 0 | 0.00066932269 | |
| 18327932 | a year ago | | | 0 | 0.0016614610 | |
| 18327008 | a year ago | | | 0 | 0.00059472425 |
ABI
ABI objects
Getter at block 21265397 proxiableUUID() view returns (bytes32)
getConfiguration() view returns (address, address, address, address)
(0xc40431b6c510aeb45fbb5e21e40d49f12b0c1f0c, 0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419, 0xac5b04988bc71bee96f8d93040777db3ef166125, 0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee)
getImplementation() view returns (address)
0x0a06ec4004c02fd514ee02c455d20062f7c45edc
getVersion() pure returns (uint256)
2002
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
paused() view returns (bool)
false
routerAddress() view returns (address)
0x16d104009964e694761c0bf09d7be49b7e3c26fd
Read-only
balanceOf(address account, address lpToken) view returns (uint256)
balanceOfDelegatedPwToken(address account, address[] lpTokens) view returns (struct LiquidityMiningTypesDelegatedPwTokenBalance[] balances)
calculateAccountRewards(address account, address[] lpTokens) view returns (struct LiquidityMiningTypesAccountRewardResult[])
calculateAccruedRewards(address[] lpTokens) view returns (struct LiquidityMiningTypesAccruedRewardsResult[] result)
getAccountIndicators(address account, address[] lpTokens) view returns (struct LiquidityMiningTypesAccountIndicatorsResult[])
getGlobalIndicators(address[] lpTokens) view returns (struct LiquidityMiningTypesGlobalIndicatorsResult[])
getPoolPowerUpModifiers(address lpToken) view returns (uint256 pwTokenModifier, uint256 logBase, uint256 vectorOfCurve)
isLpTokenSupported(address lpToken) view returns (bool)
isPauseGuardian(address guardian) view returns (bool)
State-modifying
Events addLpTokensInternal(struct LiquidityMiningTypesUpdateLpToken[] updateLpToken)
addPauseGuardians(address[] guardians)
addPwTokensInternal(struct LiquidityMiningTypesUpdatePwToken[] updatePwTokens)
claimInternal(address account, address[] lpTokens) returns (uint256 rewardsAmountToTransfer)
confirmTransferOwnership()
grantAllowanceForRouter(address erc20Token)
initialize(address[] lpTokens)
newSupportedLpToken(address lpToken)
pause()
phasingOutLpToken(address lpToken)
removeLpTokensInternal(struct LiquidityMiningTypesUpdateLpToken[] updateLpToken)
removePauseGuardians(address[] guardians)
removePwTokensInternal(struct LiquidityMiningTypesUpdatePwToken[] updatePwTokens)
renounceOwnership()
revokeAllowanceForRouter(address erc20Token)
setPoolPowerUpModifiers(address[] lpTokens, struct LiquidityMiningTypesPoolPowerUpModifier[] modifiers)
setRewardsPerBlock(address[] lpTokens, uint32[] pwTokenAmounts)
transferOwnership(address appointedOwner)
unpause()
updateIndicators(address account, address[] lpTokens)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AllowanceGranted(address indexed erc20Token, address indexed router)
AllowanceRevoked(address indexed erc20Token, address indexed router)
AppointedToTransferOwnership(address indexed appointedOwner)
BeaconUpgraded(address indexed beacon)
Claimed(address account, address[] lpTokens, uint256 rewardsAmount)
IndicatorsUpdated(address account, address lpToken)
Initialized(uint8 version)
LpTokenAdded(address beneficiary, address lpToken, uint256 lpTokenAmount)
LpTokenSupportRemoved(address account, address lpToken)
LpTokensRemoved(address account, address lpToken, uint256 lpTokenAmount)
LpTokensUnstaked(address account, address lpToken, uint256 lpTokenAmount)
NewLpTokenSupported(address account, address lpToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseGuardiansAdded(address[] indexed guardians)
PauseGuardiansRemoved(address[] indexed guardians)
PauseManagerChanged(address indexed newPauseManager)
Paused(address account)
PoolPowerUpModifiersUpdated(address lpToken, uint64 logBase, uint64 pwTokenModifier, uint64 vectorOfCurve)
PwTokenDelegated(address account, address lpToken, uint256 pwTokenAmount)
PwTokenUndelegated(address account, address lpToken, uint256 pwTokenAmount)
PwTokensAdded(address beneficiary, address lpToken, uint256 pwTokenAmount)
PwTokensRemoved(address account, address lpToken, uint256 pwTokenAmount)
RewardsPerBlockChanged(address lpToken, uint256 newPwTokenAmount)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.