CauldronOwner
Verified contract
Active on
Ethereum with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,987,619.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIM | ERC-20 | 4.001681M | $0.996486 |
$3,987,619.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19576392 | 8 months ago | | | 0 | 0.0012785298 | |
| 19576385 | 8 months ago | | | 0 | 0.0013056304 | |
| 19568884 | 8 months ago | | | 0 | 0.0022990607 | |
| 19119027 | 10 months ago | | | 0 | 0.0011688531 | |
| 19119024 | 10 months ago | | | 0 | 0.0010679616 | |
| 19118860 | 10 months ago | | | 0 | 0.00083094145 | |
| 19118832 | 10 months ago | | | 0 | 0.00099108093 | |
| 19118829 | 10 months ago | | | 0 | 0.00099459525 | |
| 18523504 | a year ago | | | 0 | 0.0016505133 | |
| 18070828 | a year ago | | | 0 | 0.0013481047 |
ABI
ABI objects
Getter at block 21318113
mim() view returns (address)
0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3
owner() view returns (address)
0x5f0dee98360d8200b20812e174d139a1a633edd2
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0xdf2c270f610dc35d8ffda5b453e74db5471e126b
Read-only
deprecated(address) view returns (bool)
operators(address) view returns (bool)
State-modifying
Events changeBorrowLimit(address cauldron, uint128 newBorrowLimit, uint128 perAddressPart)
changeInterestRate(address cauldron, uint64 newInterestRate)
claimOwnership()
execute(address to, uint256 value, bytes data) returns (bool success, bytes result)
reduceCompletely(address cauldron)
reduceSupply(address cauldron, uint256 amount)
setAllowedSupplyReducer(address cauldron, address account, bool allowed)
setBlacklistedCallee(address cauldron, address callee, bool blacklisted)
setDeprecated(address cauldron, bool _deprecated)
setFeeTo(address cauldron, address newFeeTo)
setOperator(address operator, bool enabled)
setTreasury(address _treasury)
transferMasterContractOwnership(address masterContract, address newOwner)
transferOwnership(address newOwner, bool direct, bool renounce)
withdrawMIMToTreasury(address bentoBox, uint256 share)
LogDeprecated(address indexed cauldron, bool previous, bool current)
LogOperatorChanged(address indexed operator, bool previous, bool current)
LogTreasuryChanged(address indexed previous, address indexed current)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _treasury, address _mim)
This contract contains no fallback and receive objects.
ErrBentoBoxNotAuthorized(address bentoBox)
ErrCauldronNotAuthorized(address cauldron)
ErrNotDeprecated(address cauldron)
ErrNotOperator(address operator)