TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x6560f12a at 14359567
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 1 additional slot

No balances found for "TransparentUpgradeableProxy"

0x024899a126c63ac88aff048686b10844fa729d15b4e67bb3bd6a575728bf86cb
0x5de3e3aefa4ddcc50ac1e837a5853cc1bc9045ae3c97ce0ecea3f8d228d33143
0x5cc3ee657091815121db59bf00c62fa12811b75706d599937a228368bb01836a
0x2806dfe7554281af3828173b6d9aebfdee24ab052bc8e453a4eefa58eed2e631
0xd2b1811b5eb134ffb33d51827be6daa4d8818e249c744e270784f6c866d8f331
0xea1404b18389e9079ea368fe5124a334a008fb88fc4ac2135bf28395b1fd1412
0x013eebe97ae831412f6e8808b5e9b2a2570c86fad2c29bed72eeba46aa620a27
0x68a18d3febe4b3d3b13a1b2808a1f40192fff9c980996bc4de4a6a3ea5b9200e
0xc124f02d5172f5c2987ffcf771db2e7bc5175667a7ff876379c563036dfcc01f

Functions
Getter at block 20980569
closeFactorMantissa(view returns (uint256)
500000000000000000
getAlliTokens(view returns (address[] _alliTokens)
[0xd8d07A8ab4F6a1cC4cF86b3cB11b78A7C1e701ad, 0x53BF3c82f62B152800E0152DB743451849F1aFF9]
isController(view returns (bool)
true
liquidationIncentiveMantissa(view returns (uint256)
1040000000000000000
owner(view returns (address)
0x17e66b1e0260c930bfa567ff3ab5c71794279b94
pauseGuardian(view returns (address)
0x491c366614b971596cff5570665dd9d24966de49
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
priceOracle(view returns (address)
0x486bebde6ae82a58631aaaed044dcf8c2fb3565a
rewardDistributor(view returns (address)
0x5ebc758ac96316fb3c80abff549962f305a54a30
seizePaused(view returns (bool)
false
transferPaused(view returns (bool)
false
Read-only
calcAccountEquity(address _accountview returns (uint256uint256uint256uint256)
getBorrowedAssets(address _accountview returns (address[] _borrowedAssets)
getEnteredMarkets(address _accountview returns (address[] _accountCollaterals)
hasBorrowed(address _accountaddress _iTokenview returns (bool)
hasEnteredMarket(address _accountaddress _iTokenview returns (bool)
hasiToken(address _iTokenview returns (bool)
liquidateCalculateSeizeTokens(address _iTokenBorrowedaddress _iTokenCollateraluint256 _actualRepayAmountview returns (uint256 _seizedTokenCollateral)
markets(addressview returns (uint256 collateralFactorMantissauint256 borrowFactorMantissauint256 borrowCapacityuint256 supplyCapacitybool mintPausedbool redeemPausedbool borrowPaused)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
_acceptOwner(
_addMarket(address _iTokenuint256 _collateralFactoruint256 _borrowFactoruint256 _supplyCapacityuint256 _borrowCapacityuint256 _distributionFactor
_setAllBorrowPaused(bool _paused
_setAllMintPaused(bool _paused
_setAllRedeemPaused(bool _paused
_setBorrowCapacity(address _iTokenuint256 _newBorrowCapacity
_setBorrowFactor(address _iTokenuint256 _newBorrowFactorMantissa
_setBorrowPaused(address _iTokenbool _paused
_setCloseFactor(uint256 _newCloseFactorMantissa
_setCollateralFactor(address _iTokenuint256 _newCollateralFactorMantissa
_setLiquidationIncentive(uint256 _newLiquidationIncentiveMantissa
_setMintPaused(address _iTokenbool _paused
_setPauseGuardian(address _newPauseGuardian
_setPendingOwner(address newPendingOwner
_setPriceOracle(address _newOracle
_setProtocolPaused(bool _paused
_setRedeemPaused(address _iTokenbool _paused
_setRewardDistributor(address _newRewardDistributor
_setSeizePaused(bool _paused
_setSupplyCapacity(address _iTokenuint256 _newSupplyCapacity
_setTransferPaused(bool _paused
_setiTokenPaused(address _iTokenbool _paused
afterBorrow(address _iTokenaddress _borroweruint256 _borrowedAmount
afterFlashloan(address _iTokenaddress _touint256 _amount
afterLiquidateBorrow(address _iTokenBorrowedaddress _iTokenCollateraladdress _liquidatoraddress _borroweruint256 _repaidAmountuint256 _seizedAmount
afterMint(address _iTokenaddress _minteruint256 _mintAmountuint256 _mintedAmount
afterRedeem(address _iTokenaddress _redeemeruint256 _redeemAmountuint256 _redeemedUnderlying
afterRepayBorrow(address _iTokenaddress _payeraddress _borroweruint256 _repayAmount
afterSeize(address _iTokenCollateraladdress _iTokenBorrowedaddress _liquidatoraddress _borroweruint256 _seizedAmount
afterTransfer(address _iTokenaddress _fromaddress _touint256 _amount
beforeBorrow(address _iTokenaddress _borroweruint256 _borrowAmount
beforeFlashloan(address _iTokenaddress _touint256 _amount
beforeLiquidateBorrow(address _iTokenBorrowedaddress _iTokenCollateraladdress _liquidatoraddress _borroweruint256 _repayAmount
beforeMint(address _iTokenaddress _minteruint256 _mintAmount
beforeRedeem(address _iTokenaddress _redeemeruint256 _redeemAmount
beforeRepayBorrow(address _iTokenaddress _payeraddress _borroweruint256 _repayAmount
beforeSeize(address _iTokenCollateraladdress _iTokenBorrowedaddress _liquidatoraddress _borroweruint256 _seizeAmount
beforeTransfer(address _iTokenaddress _fromaddress _touint256 _amount
enterMarketFromiToken(address _marketaddress _account
enterMarkets(address[] _iTokensreturns (bool[] _results)
exitMarkets(address[] _iTokensreturns (bool[] _results)
initialize(
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
BorrowPaused(address iTokenbool paused
BorrowedAdded(address iTokenaddress account
BorrowedRemoved(address iTokenaddress account
MarketAdded(address iTokenuint256 collateralFactoruint256 borrowFactoruint256 supplyCapacityuint256 borrowCapacityuint256 distributionFactor
MarketEntered(address iTokenaddress account
MarketExited(address iTokenaddress account
MintPaused(address iTokenbool paused
NewBorrowCapacity(address iTokenuint256 oldBorrowCapacityuint256 newBorrowCapacity
NewBorrowFactor(address iTokenuint256 oldBorrowFactorMantissauint256 newBorrowFactorMantissa
NewCloseFactor(uint256 oldCloseFactorMantissauint256 newCloseFactorMantissa
NewCollateralFactor(address iTokenuint256 oldCollateralFactorMantissauint256 newCollateralFactorMantissa
NewLiquidationIncentive(uint256 oldLiquidationIncentiveMantissauint256 newLiquidationIncentiveMantissa
NewOwner(address indexed previousOwneraddress indexed newOwner
NewPauseGuardian(address oldPauseGuardianaddress newPauseGuardian
NewPendingOwner(address indexed oldPendingOwneraddress indexed newPendingOwner
NewPriceOracle(address oldPriceOracleaddress newPriceOracle
NewRewardDistributor(address oldRewardDistributoraddress _newRewardDistributor
NewSupplyCapacity(address iTokenuint256 oldSupplyCapacityuint256 newSupplyCapacity
RedeemPaused(address iTokenbool paused
SeizePaused(bool paused
TransferPaused(bool paused
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.