0x59e9082e068ddb27fc5ef1690f9a9f22b32e573f
Verified contract
Proxy
Active on
Ethereum with 14,912 txns
Unified 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
0xa47c…1acd
0xc8dc…7aa3
Balances ($0.00)
No balances found for "0x59e9082e068ddb27fc5ef1690f9a9f22b32e573f"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19384661 | 8 months ago | | | 0 | 0.019705207 | |
| 19369572 | 8 months ago | | | 0 | 0.0054989065 | |
| 19348573 | 8 months ago | | | 0 | 0.0033434342 | |
| 19307744 | 9 months ago | | | 0 | 0.0025494515 | |
| 19233570 | 9 months ago | | | 0 | 0.0021987543 | |
| 19233530 | 9 months ago | | | 0 | 0.0018274416 | |
| 19233471 | 9 months ago | | | 0 | 0.0020373879 | |
| 19231795 | 9 months ago | | | 0 | 0.0016356092 | |
| 19231724 | 9 months ago | | | 0 | 0.0015742661 | |
| 19231674 | 9 months ago | | | 0 | 0.0015590888 |
ABI
ABI objects
Getter at block 21169251
BORROW_OPENING_FEE() view returns (uint256)
1000
COLLATERIZATION_RATE() view returns (uint256)
90000
LIQUIDATION_MULTIPLIER() view returns (uint256)
105000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1709831003, feesEarned=32624095905611289216237, INTEREST_PER_SECOND=792202195)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
collateral() view returns (address)
0xa47c8bf37f92abed4a126bda807a7b7498661acd
exchangeRate() view returns (uint256)
27987184108652965633
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x476b1e35dde474cb9aa1f6b85c9cc589bfa85c1f
oracle() view returns (address)
0xc8dcc12f457eecb38d070815731c63639ae87aa3
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=5374386881477832181311, base=5078579026102264180372)
totalCollateralShare() view returns (uint256)
1253027679243217379953022
Read-only
userBorrowPart(address) view returns (uint256)
userCollateralShare(address) view returns (uint256)
State-modifying
Events accrue()
addCollateral(address to, bool skim, uint256 share)
borrow(address to, uint256 amount) returns (uint256 part, uint256 share)
claimOwnership()
cook(uint8[] actions, uint256[] values, bytes[] datas) payable returns (uint256 value1, uint256 value2)
init(bytes data) payable
liquidate(address[] users, uint256[] maxBorrowParts, address to, address swapper)
reduceSupply(uint256 amount)
removeCollateral(address to, uint256 share)
repay(address to, bool skim, uint256 part) returns (uint256 amount)
setFeeTo(address newFeeTo)
transferOwnership(address newOwner, bool direct, bool renounce)
updateExchangeRate() returns (bool updated, uint256 rate)
withdrawFees()
LogAccrue(uint128 accruedAmount)
LogAddCollateral(address indexed from, address indexed to, uint256 share)
LogBorrow(address indexed from, address indexed to, uint256 amount, uint256 part)
LogExchangeRate(uint256 rate)
LogFeeTo(address indexed newFeeTo)
LogRemoveCollateral(address indexed from, address indexed to, uint256 share)
LogRepay(address indexed from, address indexed to, uint256 amount, uint256 part)
LogWithdrawFees(address indexed feeTo, uint256 feesEarnedFraction)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.