Bank
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Bank"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Bank"
ABI
ABI objects
Getter at block 21209962
admin() view returns (address)
0x0000000000000000000000000000000000000000
controller() view returns (address)
0x0000000000000000000000000000000000000000
mulSig() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
proposedAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events 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
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)
MonitorEvent(bytes32 indexed funcName, bytes payload)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.