TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8 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
0x5f4e…8419
0x57ed…7491
0xdacc…b367
0xbd60…a8f9
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18494220 | a year ago | | | 0 | 0.00080814582 | |
| 18467357 | a year ago | | | 0 | 0.0039158891 | |
| 18467351 | a year ago | | | 0 | 0.00072336919 | |
| 18467350 | a year ago | | | 0 | 0.00073090746 | |
| 18467345 | a year ago | | | 0 | 0.00070949264 | |
| 18467344 | a year ago | | | 0 | 0.0011708280 | |
| 18467289 | a year ago | | | 0 | 0.00091582213 | |
| 18467272 | a year ago | | | 0 | 0.00073226976 |
ABI
ABI objects
Getter at block 21269252 getLpTokenPrice() view returns (uint256) getLpTokenPriceUsd() view returns (uint256 price) getTokenPrice() view returns (uint256 priceInEth) getTokenPriceUsd() view returns (uint256 price)
DECIMALS() view returns (uint8)
18
aaveOracle() view returns (address)
0xbd60293fbe4b285402510562a64e5fcee9c4a8f9
baseAssetChainlinkAdapter() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
decimals() pure returns (uint256)
8
getLpTokenAddress() view returns (address)
0xcf7b51ce5755513d4be016b0e28d6edeffa1d52a
oracle() view returns (address)
0xdacc9f0439d0bd309f89eda0c26e3a82d3e9b367
owner() view returns (address)
0x0235a22a38dd09291800e097bd2ebe6e3b4d5f04
poolHelper() view returns (address)
0x57edfed84f2d3ce48c8702ccc8330a1358ca7491
usePool() view returns (bool)
false
Read-only
getRewardTokenPrice(address rewardToken, uint256 amount) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _baseAssetChainlinkAdapter, address _poolHelper, address _aaveOracle)
renounceOwnership()
setAggregator(address _baseAssetChainlinkAdapter)
setOracle(address _newOracle)
setPoolHelper(address _poolHelper)
setUsePool(bool _usePool)
transferOwnership(address newOwner)
update()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AggregatorUpdated(address indexed _baseTokenPriceInUsdProxyAggregator)
Initialized(uint8 version)
OracleUpdated(address indexed _newOracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolHelperUpdated(address indexed _poolHelper)
UsePoolUpdated(bool indexed _usePool)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressZero()
InvalidOracle()