CauldronV4
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
30
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CauldronV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20423432 | 4 months ago | | | 0 | 0.000069974529 | |
| 20423431 | 4 months ago | | | 0 | 0.00010543432 |
ABI
ABI objects
Getter at block 21280876
BORROW_OPENING_FEE() view returns (uint256)
0
COLLATERIZATION_RATE() view returns (uint256)
0
LIQUIDATION_MULTIPLIER() view returns (uint256)
0
accrueInfo() view returns (uint64 lastAccrued, uint128 feesEarned, uint64 INTEREST_PER_SECOND)
(lastAccrued=0, 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)
0x0000000000000000000000000000000000000000
exchangeRate() view returns (uint256)
0
feeTo() view returns (address)
0x2c9f65bd1a501cb406584f5532ce57c28829b131
magicInternetMoney() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
masterContract() view returns (address)
0x5b05677971a28d57d27bba63d039ce5600805302
oracle() view returns (address)
0x0000000000000000000000000000000000000000
oracleData() view returns (bytes)
0x
owner() view returns (address)
0x085e026cdd5975bab52ed506bc4d6e97b5016f60
totalBorrow() view returns (uint128 elastic, uint128 base)
(elastic=0, base=0)
totalCollateralShare() view returns (uint256)
0
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()
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)
constructor(address bentoBox_, address magicInternetMoney_, address owner_)
This contract contains no fallback and receive objects.
ErrNotClone()
ErrOverflow()