0xd31e19a0574dbf09310c3b06f3416661b4dc7324
Verified contract
Proxy
Active on
Ethereum with 809 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
0xdf07…ff56
0x1649…4552
Balances ($0.00)
No balances found for "0xd31e19a0574dbf09310c3b06f3416661b4dc7324"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20785891 | 2 months ago | | | 0 | 0.0052666331 | |
| 20245384 | 5 months ago | | | 0 | 0.00026655761 | |
| 19541578 | 8 months ago | | | 0 | 0.0047145492 | |
| 18399505 | a year ago | | | 0 | 0.0021026592 | |
| 18399466 | a year ago | | | 0 | 0.0023184588 | |
| 18083843 | a year ago | | | 0 | 0.0021151717 | |
| 17537847 | a year ago | | | 0 | 0.0030176458 | |
| 17493493 | a year ago | | | 0 | 0.0054176786 | |
| 17493432 | a year ago | | | 0 | 0.0038904340 | |
| 16843513 | 2 years ago | | | 0 | 0.010742988 |
ABI
ABI objects
Getter at block 21282446
BORROW_OPENING_FEE() view returns (uint256)
0
COLLATERIZATION_RATE() view returns (uint256)
98000
LIQUIDATION_MULTIPLIER() view returns (uint256)
100500
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1732681871, feesEarned=0, INTEREST_PER_SECOND=317097920)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
borrowLimit() view returns (uint128 total, uint128 borrowPartPerAddress)
(total=0, borrowPartPerAddress=0)
collateral() view returns (address)
0xdf0770df86a8034b3efef0a1bb3c889b8332ff56
exchangeRate() view returns (uint256)
999264
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x3e2a2bc69e5c22a8da4056b413621d1820eb493e
oracle() view returns (address)
0x16495612e7b35bbc8c672cd76de83bcc81774552
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=7578881509370165885843, base=7421395952479878142868)
totalCollateralShare() view returns (uint256)
13525771307
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)
changeBorrowLimit(uint128 newBorrowLimit, uint128 perAddressPart)
changeInterestRate(uint64 newInterestRate)
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)
LogChangeBorrowLimit(uint128 newLimit, uint128 perAddressPart)
LogExchangeRate(uint256 rate)
LogFeeTo(address indexed newFeeTo)
LogInterestChange(uint64 oldInterestRate, uint64 newInterestRate)
LogLiquidation(address indexed from, address indexed user, address indexed to, uint256 collateralShare, uint256 borrowAmount, uint256 borrowPart)
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.