Controller
Verified contract
Active on
Ethereum with 49 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8145…38e9
0xe81f…323e
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12514505 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514497 | 3 years ago | | | 0 | 0.0023445000 | |
| 12514496 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514496 | 3 years ago | | | 0 | 0.0023451000 | |
| 12514496 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514492 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514491 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514490 | 3 years ago | | | 0 | 0.0023457000 | |
| 12514489 | 3 years ago | | | 0 | 0.0023451000 | |
| 12514484 | 3 years ago | | | 0 | 0.0013507000 |
ABI
ABI objects
Getter at block 21172890
feeRecipient() view returns (address)
0xd7b3b50977a5947774bfc46b760c0871e4018e97
interestRateModel() view returns (address)
0x81453d099c6c23124d6fb67e183487a8589f38e9
isOwner() view returns (bool)
false
liqFeeCaller() view returns (uint256)
5000000000000000000
liqFeeSystem() view returns (uint256)
5000000000000000000
liqFeesTotal() view returns (uint256)
10000000000000000000
liqMinHealth() view returns (uint256)
1500000000000000000
owner() view returns (address)
0xd7b3b50977a5947774bfc46b760c0871e4018e97
priceOracle() view returns (address)
0xe81f5fafbd5102be67864cc0e2e928ffb3ec323e
Read-only
depositLimit(address, address) view returns (uint256)
tokenPrice(address _token) view returns (uint256)
tokenSupported(address _token) view returns (bool)
State-modifying
Events renounceOwnership()
setDepositLimit(address _pair, address _token, uint256 _value)
setFeeRecipient(address _feeRecipient)
setInterestRateModel(address _value)
setLiqParams(uint256 _liqMinHealth, uint256 _liqFeeSystem, uint256 _liqFeeCaller)
setPriceOracle(address _oracle)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _interestRateModel, uint256 _liqMinHealth, uint256 _liqFeeSystem, uint256 _liqFeeCaller)
This contract contains no fallback and receive objects.
This contract contains no error objects.