0x7ce7d9ed62b9a6c5ace1c6ec9aeb115fa3064757
Verified contract
Proxy
Active on
Ethereum with 538 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
0xda81…0c95
0x39db…1be1
Balances ($0.00)
No balances found for "0x7ce7d9ed62b9a6c5ace1c6ec9aeb115fa3064757"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206275 | 2 days ago | | | 0 | 0.0017007334 | |
| 21201667 | 3 days ago | | | 0 | 0.0026665642 | |
| 20913849 | a month ago | | | 0 | 0.0094553127 | |
| 20695551 | 2 months ago | | | 0 | 0.00018443800 | |
| 20643380 | 3 months ago | | | 0 | 0.00053292520 | |
| 20338459 | 4 months ago | | | 0 | 0.00084469172 | |
| 20051257 | 5 months ago | | | 0 | 0.00079119982 | |
| 19793470 | 7 months ago | | | 0 | 0.00085335182 | |
| 19603388 | 7 months ago | | | 0 | 0.0012410085 | |
| 19452999 | 8 months ago | | | 0 | 0.0025908937 |
ABI
ABI objects
Getter at block 21223086
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=1731875423, feesEarned=0, INTEREST_PER_SECOND=971112377)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
borrowLimit() view returns (uint128 total, uint128 borrowPartPerAddress)
(total=0, borrowPartPerAddress=0)
collateral() view returns (address)
0xda816459f1ab5631232fe5e97a05bbbb94970c95
exchangeRate() view returns (uint256)
873296929309618720
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x3e2a2bc69e5c22a8da4056b413621d1820eb493e
oracle() view returns (address)
0x39dba7955cee12578b7548df7ebf88f835d51be1
oracleData() view returns (bytes)
0x0000000000000000000000007a364e8770418566e3eb2001a96116e6138eb32f000000000000000000000000aed0c38402a5d19df6e4c03f4e2dced6e29c1ee90000000000000000000000000000000000000000000000000000000000000001000000000000000000000000da816459f1ab5631232fe5e97a05bbbb94970c95
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=773182350871517603095065, base=727030227785782429351470)
totalCollateralShare() view returns (uint256)
757082255962719055316212
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.