LendingController
Verified contract
Active on
Ethereum with 38 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9937…dd20
Balances ($0.00)
No balances found for "LendingController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14411707 | 3 years ago | | | 0 | 0.0039887421 | |
| 14410878 | 3 years ago | | | 0 | 0.0022348133 | |
| 14310045 | 3 years ago | | | 0 | 0.0033915223 | |
| 14310013 | 3 years ago | | | 0 | 0.0023156776 | |
| 14124817 | 3 years ago | | | 0 | 0.0065456946 | |
| 14124815 | 3 years ago | | | 0 | 0.0061936122 | |
| 14124814 | 3 years ago | | | 0 | 0.0060086116 | |
| 14124810 | 3 years ago | | | 0 | 0.0051526225 | |
| 14124810 | 3 years ago | | | 0 | 0.0051461001 | |
| 14124810 | 3 years ago | | | 0 | 0.0051461001 |
ABI
ABI objects
Getter at block 21087101
RENOUNCE_TIMEOUT() view returns (uint256)
3600
borrowingEnabled() view returns (bool)
true
depositsEnabled() view returns (bool)
true
interestRateModel() view returns (address)
0x1252ea2bb824557429e83e5bd89a29907ea18643
isOwner() view returns (bool)
false
liqFeeCallerDefault() view returns (uint256)
10000000000000000000
liqFeeSystemDefault() view returns (uint256)
2000000000000000000
owner() view returns (address)
0xfd66fb512dbc2dfa49377cfe1168eafc4ea6aa5d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
priceOracle() view returns (address)
0x993726b3fef1fa124a8fa198d047c36827d2dd20
renouncedAt() view returns (uint256)
0
uniMinOutputPct() view returns (uint256)
90000000000000000000
Read-only
borrowLimit(address, address) view returns (uint256)
colFactor(address) view returns (uint256)
depositLimit(address, address) view returns (uint256)
isGuardian(address) view returns (bool)
liqFeeCaller(address _token) view returns (uint256)
liqFeeCallerToken(address) view returns (uint256)
liqFeeSystem(address _token) view returns (uint256)
liqFeeSystemToken(address) view returns (uint256)
liqFeesTotal(address _token) view returns (uint256)
minBorrow(address) view returns (uint256)
tokenPrice(address _token) view returns (uint256)
tokenPrices(address _tokenA, address _tokenB) view returns (uint256, uint256)
tokenSupported(address _token) view returns (bool)
State-modifying
Events acceptOwnership()
acceptRenounceOwnership()
allowGuardian(address _guardian, bool _value)
cancelRenounceOwnership()
disableBorrowing()
disableDeposits()
enableBorrowing()
enableDeposits()
initiateRenounceOwnership()
setBorrowLimit(address _pair, address _token, uint256 _value)
setColFactor(address _token, uint256 _value)
setDepositLimit(address _pair, address _token, uint256 _value)
setInterestRateModel(address _value)
setLiqParamsDefault(uint256 _liqFeeSystem, uint256 _liqFeeCaller)
setLiqParamsToken(address _token, uint256 _liqFeeSystem, uint256 _liqFeeCaller)
setMinBorrow(address _token, uint256 _value)
setPriceOracle(address _value)
setUniMinOutputPct(uint256 _value)
transferOwnership(address _newOwner)
AllowGuardian(address indexed guardian, bool value)
BorrowingEnabled(bool value)
DepositsEnabled(bool value)
NewBorrowLimit(address indexed pair, address indexed token, uint256 value)
NewColFactor(address indexed token, uint256 value)
NewDepositLimit(address indexed pair, address indexed token, uint256 value)
NewInterestRateModel(address indexed interestRateModel)
NewLiqParamsDefault(uint256 liqFeeSystem, uint256 liqFeeCaller)
NewLiqParamsToken(address indexed token, uint256 liqFeeSystem, uint256 liqFeeCaller)
NewMinBorrow(address indexed token, uint256 value)
NewPriceOracle(address indexed priceOracle)
NewUniMinOutputPct(uint256 value)
OwnershipTransferConfirmed(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
constructor(address _interestRateModel, uint256 _liqFeeSystemDefault, uint256 _liqFeeCallerDefault, uint256 _uniMinOutputPct)
This contract contains no fallback and receive objects.
This contract contains no error objects.