LendingController

Verified contract

Active on Ethereum with 38 txns
Deployed by via 0x014bdfe7 at 13847179
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LendingController"

0x1c8d7ca6316bff4e0fbab063fc9bbc19f17bdfb5b59d1ba16944c3dd62d98182
0x67fa22f9dfc971adf4b36564fca6234628e7f6582b662648cd8ffe057651a98d
0xb30f2049b36df17e68357a9cbd6b0539f2edb57c1bf52d75b0e8f6c2f2f0499f
0x243b6fa1be5d5bcd94ff4b9af23fe53a31613077898e9e68b55952d04ef0d3e2
0xcf4ddb37baf20dfbd19f5ff6145c3451a28b169d0b6bb4ea0af4eea171636361
0x387e7dc278f71ef3b4fd952274fbee2aed6919b1756cab3fbc6f3b5bd69c3f4a
0xcf7a13a7f765596eeb8f404dea3da9fbdcce04a01bc3ff961cbad6a061e3263d
0x58bdec811af44bda73ed5977c086dc4301067496fdff6f1d5cd478de63882038
0x04c2d5f3b9249cc10f247b8ebffb7c05a4a7828b03709e0fb370425951d4c1ea
0xf7b46ae5f3501f55f7b44f0efae9b3ab1a9adbe09c02116a1b55c878006459e5

Functions
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(addressaddressview returns (uint256)
colFactor(addressview returns (uint256)
depositLimit(addressaddressview returns (uint256)
isGuardian(addressview returns (bool)
liqFeeCaller(address _tokenview returns (uint256)
liqFeeCallerToken(addressview returns (uint256)
liqFeeSystem(address _tokenview returns (uint256)
liqFeeSystemToken(addressview returns (uint256)
liqFeesTotal(address _tokenview returns (uint256)
minBorrow(addressview returns (uint256)
tokenPrice(address _tokenview returns (uint256)
tokenPrices(address _tokenAaddress _tokenBview returns (uint256uint256)
tokenSupported(address _tokenview returns (bool)
State-modifying
acceptOwnership(
acceptRenounceOwnership(
allowGuardian(address _guardianbool _value
cancelRenounceOwnership(
disableBorrowing(
disableDeposits(
enableBorrowing(
enableDeposits(
initiateRenounceOwnership(
setBorrowLimit(address _pairaddress _tokenuint256 _value
setColFactor(address _tokenuint256 _value
setDepositLimit(address _pairaddress _tokenuint256 _value
setInterestRateModel(address _value
setLiqParamsDefault(uint256 _liqFeeSystemuint256 _liqFeeCaller
setLiqParamsToken(address _tokenuint256 _liqFeeSystemuint256 _liqFeeCaller
setMinBorrow(address _tokenuint256 _value
setPriceOracle(address _value
setUniMinOutputPct(uint256 _value
transferOwnership(address _newOwner
Events
AllowGuardian(address indexed guardianbool value
BorrowingEnabled(bool value
DepositsEnabled(bool value
NewBorrowLimit(address indexed pairaddress indexed tokenuint256 value
NewColFactor(address indexed tokenuint256 value
NewDepositLimit(address indexed pairaddress indexed tokenuint256 value
NewInterestRateModel(address indexed interestRateModel
NewLiqParamsDefault(uint256 liqFeeSystemuint256 liqFeeCaller
NewLiqParamsToken(address indexed tokenuint256 liqFeeSystemuint256 liqFeeCaller
NewMinBorrow(address indexed tokenuint256 value
NewPriceOracle(address indexed priceOracle
NewUniMinOutputPct(uint256 value
OwnershipTransferConfirmed(address indexed previousOwneraddress indexed newOwner
OwnershipTransferInitiated(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _interestRateModeluint256 _liqFeeSystemDefaultuint256 _liqFeeCallerDefaultuint256 _uniMinOutputPct
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.