0x46f54d434063e5f1a2b2cc6d9aaa657b1b9ff82c
Verified contract
Proxy
Active on
Ethereum with 49 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
0x9447…5646
0xd9f2…c5a0
Balances ($0.00)
No balances found for "0x46f54d434063e5f1a2b2cc6d9aaa657b1b9ff82c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20984659 | a month ago | | | 0 | 0.016097934 | |
| 20733029 | 2 months ago | | | 0 | 0.0029845409 | |
| 20732674 | 2 months ago | | | 0 | 0.00057630655 | |
| 20726325 | 2 months ago | | | 0 | 0.0024879057 | |
| 20550421 | 3 months ago | | | 0 | 0.0024406199 | |
| 20491401 | 3 months ago | | | 0 | 0.011361779 | |
| 20491343 | 3 months ago | | | 0 | 0.0082697108 | |
| 20431749 | 3 months ago | | | 0 | 0.0084936855 | |
| 20396998 | 4 months ago | | | 0 | 0.0016172536 | |
| 20396991 | 4 months ago | | | 0 | 0.00034602747 |
ABI
ABI objects
Getter at block 21169502
BORROW_OPENING_FEE() view returns (uint256)
500
COLLATERIZATION_RATE() view returns (uint256)
90000
LIQUIDATION_MULTIPLIER() view returns (uint256)
105000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1731270575, feesEarned=0, INTEREST_PER_SECOND=4753213172)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
borrowLimit() view returns (uint128 total, uint128 borrowPartPerAddress)
(total=340282366920938463463374607431768211455, borrowPartPerAddress=340282366920938463463374607431768211455)
collateral() view returns (address)
0x9447c1413da928af354a114954bfc9e6114c5646
exchangeRate() view returns (uint256)
568321452598798
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x5e70f7acb8ec0231c00220d11c74dc2b23187103
oracle() view returns (address)
0xd9f2b927eb692f88689e08e53d729109c84cc5a0
oracleData() view returns (bytes)
0x
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=130927508992987987656036, base=119480276502762726371405)
totalCollateralShare() view returns (uint256)
235025609368670190294
Read-only
blacklistedCallees(address) view returns (bool)
isSolvent(address user) view returns (bool)
userBorrowPart(address) view returns (uint256)
userCollateralShare(address) view returns (uint256)
State-modifying
Events accrue()
addBorrowPosition(address to, uint256 amount) returns (uint256 part)
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)
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)
setBlacklistedCallee(address callee, bool blacklisted)
setBorrowOpeningFee(uint256 _borrowOpeningFee)
setCollateralizationRate(uint256 _collateralizationRate)
setFeeTo(address newFeeTo)
setLiquidationMultiplier(uint256 _liquidationMultiplier)
transferOwnership(address newOwner)
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)
LogBorrowOpeningFeeChanged(uint256 previous, uint256 current)
LogChangeBlacklistedCallee(address indexed account, bool blacklisted)
LogChangeBorrowLimit(uint128 newLimit, uint128 perAddressPart)
LogCollateralizationRateChanged(uint256 previous, uint256 current)
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)
LogLiquidationMultiplierChanged(uint256 previous, uint256 current)
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 user, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrNotClone()
ErrOverflow()