TransparentAdminUpgradeableProxy
Verified contract
Proxy
Active on
Base with 29 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c6c…76ac
0x5425…0bc5
Balances ($0.00)
No balances found for "TransparentAdminUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14255901 | 7 months ago | | | 0 | 0.0000021903675 | |
| 14255474 | 7 months ago | | | 0 | 0.000010898439 | |
| 14254920 | 7 months ago | | | 0 | 0.0000014589073 | |
| 14254920 | 7 months ago | | | 0 | 0.0000014334842 | |
| 14254920 | 7 months ago | | | 0 | 0.0000014258342 | |
| 14254920 | 7 months ago | | | 0 | 0.0000014347417 | |
| 14254920 | 7 months ago | | | 0 | 0.0000014263162 | |
| 14254920 | 7 months ago | | | 0 | 0.000025070893 | |
| 14254763 | 7 months ago | | | 0 | 0.0000014567474 | |
| 14254763 | 7 months ago | | | 0 | 0.0000014312829 |
ABI
ABI objects
Getter at block 23874547
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events configureReserveAsCollateral(address asset, uint256 ltv, uint256 liquidationThreshold, uint256 liquidationBonus)
dropERC1155Reserve(address asset)
dropReserve(address asset)
initERC1155Reserves(struct ConfiguratorInputTypesInitERC1155ReserveInput[] input)
initReserves(struct ConfiguratorInputTypesInitReserveInput[] input)
initialize(address provider)
setBorrowCap(address asset, uint256 newBorrowCap)
setERC1155LiquidationProtocolFee(address asset, uint256 newFee)
setERC1155ReserveConfigurationProvider(address asset, address newConfigurationProvider)
setLiquidationProtocolFee(address asset, uint256 newFee)
setPoolPause(bool paused)
setReserveActive(address asset, bool active)
setReserveBorrowing(address asset, bool enabled)
setReserveFactor(address asset, uint256 newReserveFactor)
setReserveFlashLoaning(address asset, bool enabled)
setReserveFreeze(address asset, bool freeze)
setReserveInterestRateStrategyAddress(address asset, address newRateStrategyAddress)
setReservePause(address asset, bool paused)
setSupplyCap(address asset, uint256 newSupplyCap)
updateFlashloanPremiumToProtocol(uint128 newFlashloanPremiumToProtocol)
updateFlashloanPremiumTotal(uint128 newFlashloanPremiumTotal)
updateMaxERC1155CollateralReserves(uint256 newMaxERC1155CollateralReserves)
updateNToken(struct ConfiguratorInputTypesUpdateNTokenInput input)
updateVariableDebtToken(struct ConfiguratorInputTypesUpdateDebtTokenInput input)
updateYToken(struct ConfiguratorInputTypesUpdateYTokenInput input)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BorrowCapChanged(address indexed asset, uint256 oldBorrowCap, uint256 newBorrowCap)
CollateralConfigurationChanged(address indexed asset, uint256 ltv, uint256 liquidationThreshold, uint256 liquidationBonus)
ERC1155LiquidationProtocolFeeChanged(address indexed asset, uint256 oldFee, uint256 newFee)
ERC1155ReserveConfigurationProviderChanged(address indexed asset, address oldProvider, address newProvider)
ERC1155ReserveDropped(address indexed asset)
ERC1155ReserveInitialized(address indexed asset, address indexed nToken)
FlashloanPremiumToProtocolUpdated(uint128 oldFlashloanPremiumToProtocol, uint128 newFlashloanPremiumToProtocol)
FlashloanPremiumTotalUpdated(uint128 oldFlashloanPremiumTotal, uint128 newFlashloanPremiumTotal)
Initialized(uint64 version)
LiquidationProtocolFeeChanged(address indexed asset, uint256 oldFee, uint256 newFee)
MaxERC1155CollateralReservesUpdated(uint256 oldMaxERC1155CollateralReserves, uint256 newMaxERC1155CollateralReserves)
NTokenUpgraded(address indexed asset, address indexed proxy, address indexed implementation)
ReserveActive(address indexed asset, bool active)
ReserveBorrowing(address indexed asset, bool enabled)
ReserveDropped(address indexed asset)
ReserveFactorChanged(address indexed asset, uint256 oldReserveFactor, uint256 newReserveFactor)
ReserveFlashLoaning(address indexed asset, bool enabled)
ReserveFrozen(address indexed asset, bool frozen)
ReserveInitialized(address indexed asset, address indexed yToken, address variableDebtToken, address interestRateStrategyAddress)
ReserveInterestRateStrategyChanged(address indexed asset, address oldStrategy, address newStrategy)
ReservePaused(address indexed asset, bool paused)
SupplyCapChanged(address indexed asset, uint256 oldSupplyCap, uint256 newSupplyCap)
VariableDebtTokenUpgraded(address indexed asset, address indexed proxy, address indexed implementation)
YTokenUpgraded(address indexed asset, address indexed proxy, address indexed implementation)
constructor(address _logic, address admin, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
InvalidInitialization()
NotInitializing()