AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 6,002 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x936e…f9ef
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20820418 | 2 months ago | | | 0 | 0.0043214707 | |
| 20820418 | 2 months ago | | | 0 | 0.0040587363 | |
| 20524532 | 3 months ago | | | 0 | 0.00071146894 | |
| 20167815 | 5 months ago | | | 0 | 0.0015084009 | |
| 20160229 | 5 months ago | | | 0 | 0.0015181796 | |
| 19979395 | 6 months ago | | | 0 | 0.0011973518 | |
| 19417530 | 9 months ago | | | 0 | 0.033812225 | |
| 19329631 | 9 months ago | | | 0 | 0.030722518 | |
| 19329622 | 9 months ago | | | 0 | 0.043829456 | |
| 19254584 | 9 months ago | | | 0 | 0.012775225 |
ABI
ABI objects
Getter at block 21286359
admin() view returns (address)
0xe91191c2cd2abba849fa9efa9c8c8977db518f16
controller() view returns (address)
0x936e6490ed786fd0e0f0c1b1e4e1540b9d41f9ef
mulSig() view returns (address)
0xf8345037da48e90a68a9590c4bbaad6fbbd62661
paused() view returns (bool)
false
pauser() view returns (address)
0xaaaafae965e77c05b2519d1b4563c70e0a7eab51
proposedAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
MonitorEventCallback(bytes32 funcName, bytes payload)
_deposit(address token, uint256 amount, address account) payable
_repay(address token, uint256 repayAmount, address account) payable returns (uint256)
borrow(address underlying, uint256 borrowAmount)
cancellingOut(address token)
claimAdministration()
deposit(address token, uint256 amount) payable
flashloan(address receiver, address token, uint256 amount, bytes params)
initialize(address _controller, address _mulSig)
liquidateBorrow(address borrower, address underlyingBorrow, address underlyingCollateral, uint256 repayAmount) payable
proposeNewAdmin(address admin_)
repay(address token, uint256 repayAmount) payable returns (uint256)
setController(address _controller)
setPaused()
setPauser(address _pauser)
setUnpaused()
tokenIn(address token, uint256 amountIn) payable
tokenOut(address token, uint256 amountOut)
withdraw(address underlying, uint256 withdrawTokens) returns (uint256)
withdrawUnderlying(address underlying, uint256 withdrawAmount) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
FlashLoan(address indexed receiver, address indexed token, uint256 amount, uint256 fee)
MonitorEvent(bytes32 indexed funcName, bytes payload)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.