TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 256 txns
Deployed by via 0x7b1c61d1 at 18466517
Slot
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

No balances found for "TransparentUpgradeableProxy"

0xdbfb1d04c410389dc14f7efe3ffcf2553222b31b40fb2ec5462d953d49641948
0x5849ad8208ce4a4e04908ad2f0950e1bdcb12a8c7381a0007d55729ada4882d8
0xf7e1fcf5bdc7907e20c096995cdb3a0ee8ca32cac6fd4727b47ee2724b64c343
0x36e82e9882f41061554d70331d6030218a2931da10de44a972ff98f4b13428f1
0x5502a74693a7a03dcf5c24208c96a0d192a125ad1fb750dd5422685a594e3347
0x836466ff2e4148a2f47f86737be4e7e3a8ad8d652fbd5ba0d4b0d9cd3db050b5
0x39a8247df67ca2428634d04221ec877e9a60a7a03f8bbba645b298844744ec62
0xef676242c3e2a6b074aa5c75bbf07c96676f59ca457fa1057255b964f55e43fb
0xdb5e534ad81c41d11e209bd8df1bc674c8fa74e35e3335ca0ebecd08ac4d7ae7
0xb1dac31fb5150e8061ee7954a9633028fdcfa4b275e8c08e0e8a7711d43e6811

Functions
Getter at block 21205491
API_ETH_MOCK_ADDRESS(view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
INTEREST_RATE_MODE(view returns (uint256)
2
MAX_MARGIN(view returns (uint256)
10
MAX_REASONABLE_FEE(view returns (uint256)
100
RATIO_DIVISOR(view returns (uint256)
10000
TWO_POW_16(view returns (uint256)
65536
ZAP_MARGIN_ESTIMATION(view returns (uint256)
6
aaveOracle(view returns (address)
0xbd60293fbe4b285402510562a64e5fcee9c4a8f9
cic(view returns (address)
0x14b0a611230dc48e9cc048d3ae5279847bf30919
eligibilityDataProvider(view returns (address)
0x93ac0c301f41fde042770e891a34b56b434f4bd6
feePercent(view returns (uint256)
0
lendingPool(view returns (address)
0xa950974f64aa33f27f6c5e017eee93bf7588ed07
lockZap(view returns (address)
0x135271435886724607c3b21712f8031504f06909
owner(view returns (address)
0x0235a22a38dd09291800e097bd2ebe6e3b4d5f04
treasury(view returns (address)
0x6cc94c895fc486b3843a181dba99bf092a72d163
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getConfiguration(address assetview returns (struct DataTypesReserveConfigurationMap)
getVDebtToken(address assetview returns (address)
ltv(address assetview returns (uint256)
wethToZap(address userview returns (uint256)
wethToZapEstimation(address useraddress assetuint256 amountuint256 borrowRatiouint256 loopCountview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
initialize(address _lendingPooladdress _rewardEligibleDataProvideraddress _aaveOracleaddress _lockZapaddress _cicaddress _wethuint256 _feePercentaddress _treasury
loop(address assetuint256 amountuint256 interestRateModeuint256 borrowRatiouint256 loopCountbool isBorrow
loopETH(uint256 interestRateModeuint256 borrowRatiouint256 loopCountpayable 
loopETHFromBorrow(uint256 interestRateModeuint256 amountuint256 borrowRatiouint256 loopCount
renounceOwnership(
setChefIncentivesController(address _cic
setFeePercent(uint256 _feePercent
setLockZap(address _lockZap
setTreasury(address _treasury
transferOwnership(address newOwner
zapWETHWithBorrow(uint256 amountaddress borrowerreturns (uint256 liquidity)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
FeePercentUpdated(uint256 indexed _feePercent
Initialized(uint8 version
LockZapUpdated(address indexed _lockZap
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TreasuryUpdated(address indexed _treasury
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
AddressZero(
ETHTransferFailed(
EthTransferFailed(
FallbackNotAllowed(
InsufficientPermission(
InvalidLoopCount(
InvalidRatio(
MarginTooHigh(
ReceiveNotAllowed(