TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 41 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
0x7dfd…63cb
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227392 | a month ago | | | 0 | 2.2736584e-7 | |
| 21227311 | a month ago | | | 0 | 3.5004197e-7 | |
| 19942356 | 2 months ago | | | 0 | 3.9000452e-7 | |
| 19942352 | 2 months ago | | | 0 | 9.1256328e-7 | |
| 19942348 | 2 months ago | | | 0 | 3.8642769e-7 | |
| 19942344 | 2 months ago | | | 0 | 8.9921014e-7 | |
| 19942338 | 2 months ago | | | 0 | 3.8095583e-7 | |
| 19942333 | 2 months ago | | | 0 | 8.8676798e-7 | |
| 19942329 | 2 months ago | | | 0 | 3.7861926e-7 | |
| 19942326 | 2 months ago | | | 0 | 8.8810553e-7 |
ABI
ABI objects
Getter at block 22755588
authoritiesRegistry() view returns (address)
0x7dfdd5b55fe37602b355f7a9ed0fe00e30c163cb
defaultInterestFeeRate() view returns (uint256)
100000000000000000
interestFeeRate() view returns (uint256)
100000000000000000
marketsCounter() view returns (uint256)
24
maxUtilizationRate() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
minBorrowEth() view returns (uint256)
100000000000000
owner() view returns (address)
0x9ec25b8063de13d478ba8121b964a339a1bb0ebb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
cErc20DelegateExtensions(address, uint256) view returns (address)
canCall(address pool, address user, address target, bytes4 functionSig) view returns (bool)
comptrollerExtensions(address, uint256) view returns (address)
customInterestFeeRates(address) view returns (int256)
getCErc20DelegateExtensions(address cErc20Delegate) view returns (address[])
getComptrollerExtensions(address comptroller) view returns (address[])
getMinBorrowEth(address _ctoken) view returns (uint256)
latestCErc20Delegate(uint8 delegateType) view returns (address, bytes)
latestComptrollerImplementation(address oldImplementation) view returns (address)
latestPluginImplementation(address oldImplementation) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_acceptOwner()
_callPool(address[] targets, bytes data)
_callPool(address[] targets, bytes[] data)
_registerComptrollerExtension(address pool, address extensionToAdd, address extensionToReplace)
_setCErc20DelegateExtensions(address cErc20Delegate, address[] extensions)
_setComptrollerExtensions(address comptroller, address[] extensions)
_setCustomInterestFeeRate(address comptroller, int256 rate)
_setDefaultInterestFeeRate(uint256 _defaultInterestFeeRate)
_setLatestCErc20Delegate(uint8 delegateType, address newImplementation, bytes becomeImplementationData)
_setLatestComptrollerImplementation(address oldImplementation, address newImplementation)
_setLatestPluginImplementation(address oldImplementation, address newImplementation)
_setPendingOwner(address newPendingOwner)
_setPoolLimits(uint256 _minBorrowEth, uint256 _maxUtilizationRate)
_upgradePluginToLatestImplementation(address cDelegator) returns (bool)
_withdrawAssets(address erc20Contract)
autoUpgradePool(address pool)
deployCErc20(uint8 delegateType, bytes constructorData, bytes becomeImplData) returns (address)
initialize(uint256 _defaultInterestFeeRate)
reinitialize(address _ar)
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NewOwner(address oldOwner, address newOwner)
NewPendingOwner(address oldPendingOwner, address newPendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.