0xc319eea1e792577c319723b5e60a15da3857e7da
Verified contract
Proxy
Active on
Ethereum with 7,963 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
0x26fa…06a9
0x1ad3…48cf
Balances ($0.00)
No balances found for "0xc319eea1e792577c319723b5e60a15da3857e7da"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236542 | a day ago | | | 0 | 0.0027553831 | |
| 21233214 | 2 days ago | | | 0 | 0.0014298884 | |
| 21230569 | 2 days ago | | | 0 | 0.00083630728 | |
| 21230568 | 2 days ago | | | 0 | 0.0019605518 | |
| 21227781 | 2 days ago | | | 0 | 0.0011038056 | |
| 21216643 | 4 days ago | | | 0 | 0.0022175411 | |
| 21209847 | 5 days ago | | | 0 | 0.0012747322 | |
| 21208418 | 5 days ago | | | 0 | 0.0014801163 | |
| 21202100 | 6 days ago | | | 0 | 0.0014648561 | |
| 21201123 | 6 days ago | | | 0 | 0.0016393525 |
ABI
ABI objects
Getter at block 21245661
BORROW_OPENING_FEE() view returns (uint256)
500
COLLATERIZATION_RATE() view returns (uint256)
85000
LIQUIDATION_MULTIPLIER() view returns (uint256)
105000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1712153087, feesEarned=44728943032531955, INTEREST_PER_SECOND=158440439)
bentoBox() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
collateral() view returns (address)
0x26fa3fffb6efe8c1e69103acb4044c26b9a106a9
exchangeRate() view returns (uint256)
752120858408271529520
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x63905bb681b9e68682f392df2b22b7170f78d300
oracle() view returns (address)
0x1ad386d647c216f3fe5a4fc04f6e4cb83e3048cf
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=1023298823493325103627, base=1010440196672125821821)
totalCollateralShare() view returns (uint256)
4381788509027574359177516
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.