0x390db10e65b5ab920c19149c919d970ad9d18a41
Verified contract
Proxy
Active on
Ethereum with 4,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
0x6c86…8ff1
Balances ($0.00)
No balances found for "0x390db10e65b5ab920c19149c919d970ad9d18a41"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250852 | 3 days ago | | | 0 | 0.0013667519 | |
| 21236190 | 5 days ago | | | 0 | 0.0023932077 | |
| 21236023 | 5 days ago | | | 0 | 0.0020612339 | |
| 21228739 | 6 days ago | | | 0.01 | 0.010656421 | |
| 21170305 | 14 days ago | | | 0 | 0.0019019920 | |
| 21165604 | 15 days ago | | | 0 | 0.0025752563 | |
| 21153257 | 16 days ago | | | 0 | 0.0011618342 | |
| 21148086 | 17 days ago | | | 0 | 0.00081813184 | |
| 21140834 | 18 days ago | | | 0 | 0.0016033208 | |
| 21138105 | 18 days ago | | | 0 | 0.0018575029 |
ABI
ABI objects
Getter at block 21269873
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=1732480259, feesEarned=0, INTEREST_PER_SECOND=0)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
collateral() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
exchangeRate() view returns (uint256)
290638306753987
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x476b1e35dde474cb9aa1f6b85c9cc589bfa85c1f
oracle() view returns (address)
0x6c86adb5696d2632973109a337a50ef7bdc48ff1
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=28082433151060833773352, base=28082433151060833773352)
totalCollateralShare() view returns (uint256)
33034550790297620330
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.