0x806e16ec797c69afa8590a55723ce4cc1b54050e
Verified contract
Proxy
Active on
Ethereum with 1,614 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
0xd924…1008
0x13f1…ddab
Balances ($0.00)
No balances found for "0x806e16ec797c69afa8590a55723ce4cc1b54050e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18970386 | a year ago | | | 0 | 0.0083067051 | |
| 18970379 | a year ago | | | 0 | 0.025585654 | |
| 18970328 | a year ago | | | 0 | 0.0085779446 | |
| 18850377 | a year ago | | | 0 | 0.0086966033 | |
| 18797739 | a year ago | | | 0 | 0.012144555 | |
| 18282847 | a year ago | | | 0 | 0.0091706194 | |
| 18265788 | a year ago | | | 0 | 0.0056041938 | |
| 18077070 | a year ago | | | 0 | 0.0071528707 | |
| 18041326 | a year ago | | | 0 | 0.0067076465 | |
| 17825500 | a year ago | | | 0 | 0.0039070911 |
ABI
ABI objects
Getter at block 21321783
BORROW_OPENING_FEE() view returns (uint256)
500
COLLATERIZATION_RATE() view returns (uint256)
90000
LIQUIDATION_MULTIPLIER() view returns (uint256)
104000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1711877195, feesEarned=0, INTEREST_PER_SECOND=158440439)
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0xd92494cb921e5c0d3a39ea88d0147bbd82e51008
exchangeRate() view returns (uint256)
971870460334974175
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x1df188958a8674b5177f77667b8d173c3cdd9e51
oracle() view returns (address)
0x13f193d5328d967076c5ed80be9ed5a79224ddab
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=78729824497508560795285, base=77730048373514810190042)
totalCollateralShare() view returns (uint256)
237702001565350536591563
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.