0xcfc571f3203756319c231d3bc643cee807e74636
Verified contract
Proxy
Active on
Ethereum with 3,636 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
0x0901…e5f6
0x75e1…ec10
Balances ($0.00)
No balances found for "0xcfc571f3203756319c231d3bc643cee807e74636"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150791 | a day ago | | | 0 | 0.0010932084 | |
| 21150773 | a day ago | | | 0 | 0.0011230787 | |
| 21150752 | a day ago | | | 0 | 0.00094577618 | |
| 20963609 | a month ago | | | 0 | 0.0019241476 | |
| 20599217 | 3 months ago | | | 0 | 0.00035113590 | |
| 20590628 | 3 months ago | | | 0 | 0.00033555446 | |
| 20497074 | 3 months ago | | | 0 | 0.00070198034 | |
| 20487011 | 3 months ago | | | 0 | 0.00089112247 | |
| 20483790 | 3 months ago | | | 0 | 0.0018384390 | |
| 20434586 | 3 months ago | | | 0 | 0.0044892400 |
ABI
ABI objects
Getter at block 21160923
BORROW_OPENING_FEE() view returns (uint256)
500
COLLATERIZATION_RATE() view returns (uint256)
80000
LIQUIDATION_MULTIPLIER() view returns (uint256)
110000
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=1731270575, feesEarned=0, INTEREST_PER_SECOND=158440439)
bentoBox() view returns (address)
0xd96f48665a1410c0cd669a88898eca36b9fc2cce
collateral() view returns (address)
0x090185f2135308bad17527004364ebcc2d37e5f6
exchangeRate() view returns (uint256)
1141813199360584608358
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x476b1e35dde474cb9aa1f6b85c9cc589bfa85c1f
oracle() view returns (address)
0x75e14253de6a5c2af12d5f1a1ea0a2e11e69ec10
oracleData() view returns (bytes)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=1729786594605308059441, base=1703703165613513677282)
totalCollateralShare() view returns (uint256)
15489301279539981632753002
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.