0x7259e152103756e1616a77ae982353c3751a6a90
Verified contract
Proxy
Active on
Ethereum with 299 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
0x8078…abf3
0xbe9b…67c6
Balances ($0.00)
No balances found for "0x7259e152103756e1616a77ae982353c3751a6a90"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250854 | 7 days ago | | | 0 | 0.0032119985 | |
| 21170575 | 18 days ago | | | 0 | 0.0054893007 | |
| 19413606 | 9 months ago | | | 0 | 0.012319837 | |
| 19394029 | 9 months ago | | | 0 | 0.013346417 | |
| 19369241 | 9 months ago | | | 0 | 0.013242222 | |
| 19360672 | 9 months ago | | | 0 | 0.0099642950 | |
| 19337817 | 9 months ago | | | 0 | 0.014100427 | |
| 19327446 | 9 months ago | | | 0 | 0.020905194 | |
| 19324983 | 9 months ago | | | 0 | 0.0089927863 | |
| 19315723 | 9 months ago | | | 0 | 0.0077474455 |
ABI
ABI objects
Getter at block 21299006
BORROW_OPENING_FEE() view returns (uint256)
0
COLLATERIZATION_RATE() view returns (uint256)
90000
LIQUIDATION_MULTIPLIER() view returns (uint256)
104000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1732883495, feesEarned=0, INTEREST_PER_SECOND=0)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
borrowLimit() view returns (uint128 total, uint128 borrowPartPerAddress)
(total=0, borrowPartPerAddress=0)
collateral() view returns (address)
0x8078198fc424986ae89ce4a910fc109587b6abf3
exchangeRate() view returns (uint256)
413112021270159
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0xc4113ae18e0d3213c6a06947a2ffc70ad3517c77
oracle() view returns (address)
0xbe9b99d4dc860ac6fb97e56102815a8f973967c6
oracleData() view returns (bytes)
0x
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=5192199099819284530225081, base=120085183858531645396477148877)
totalCollateralShare() view returns (uint256)
10260822588595481417
Read-only
blacklistedCallees(address) view returns (bool)
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, bytes swapperData)
reduceSupply(uint256 amount)
removeCollateral(address to, uint256 share)
repay(address to, bool skim, uint256 part) returns (uint256 amount)
repayForAll(uint128 amount, bool skim) returns (uint128)
setBlacklistedCallee(address callee, bool blacklisted)
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)
LogChangeBlacklistedCallee(address indexed account, bool blacklisted)
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)
LogRepayForAll(uint256 amount, uint128 previousElastic, uint128 newElastic)
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.