This contract is being backfilled. You may encounter incomplete storage history.

CauldronOwner

Verified contract

Active on Ethereum with 99 txns
Deployed by via 0x733d671e at 15904269
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $3,993,025.28
0x4adfb4e83fc8cdd214f9be8d45a7c7cdb31812dc62b5338bce2ff4c2c434d49d
From
0x7ae7485bc39d9f2dc4a79b81b8f80abfc9b4de1cf5a78783cd83ba9a9d9229e1
From
0x10bf28893dc373c9b3ff17f606da478bf189ffdc86da926e84db6fd09f92b36a
0x62e9f436d5b8b337aeeca691347fbbceef631b25e138e9ee8a775dd06caf2acb
0x8069860117b835d5291c76fdba50c3feb431be4c14b331227a3ba9c94fa7b2cf
0xd37834d88ccdc2e7e0197cedd377c923699f0da8753eebecd25f8774328524dd
0x4e090047cca3f42a48eb7bfee66a25f277afca54bc40a95718345315ea5562df
From
0x7147701cc4e0b321cdcc16354480d1fea18c9ac08355eae8fdde00fae720fd3b
0xcfe9f18451d1ad6c4e4d61c7e34e2045f315dfb1d6e472800851f7e6e49973ed
From
0xebbe71c6597a3c28deb43df79747a5ec91b6e0a70d80df87e6fe66c124bd80c7
From

Functions
Getter at block 20796814
mim(view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
owner(view returns (address)
0x5f0dee98360d8200b20812e174d139a1a633edd2
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
treasury(view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
Read-only
deprecated(addressview returns (bool)
operators(addressview returns (bool)
State-modifying
changeBorrowLimit(address cauldronuint128 newBorrowLimituint128 perAddressPart
changeInterestRate(address cauldronuint64 newInterestRate
claimOwnership(
execute(address touint256 valuebytes datareturns (bool successbytes result)
reduceCompletely(address cauldron
reduceSupply(address cauldronuint256 amount
setAllowedSupplyReducer(address cauldronaddress accountbool allowed
setBlacklistedCallee(address cauldronaddress calleebool blacklisted
setDeprecated(address cauldronbool _deprecated
setFeeTo(address cauldronaddress newFeeTo
setOperator(address operatorbool enabled
setTreasury(address _treasury
transferMasterContractOwnership(address masterContractaddress newOwner
transferOwnership(address newOwnerbool directbool renounce
withdrawMIMToTreasury(address bentoBoxuint256 share
Events
LogDeprecated(address indexed cauldronbool previousbool current
LogOperatorChanged(address indexed operatorbool previousbool current
LogTreasuryChanged(address indexed previousaddress indexed current
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _treasuryaddress _mim
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ErrBentoBoxNotAuthorized(address bentoBox
ErrCauldronNotAuthorized(address cauldron
ErrNotDeprecated(address cauldron
ErrNotOperator(address operator