LendPoolConfigurator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
184
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($0.00)
No balances found for "LendPoolConfigurator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LendPoolConfigurator"
ABI
ABI objects
Getter at block 21258998
This contract contains no getter function objects.
Read-only
getTokenImplementation(address proxyAddress) view returns (address)
isLtvManager(address) view returns (bool)
State-modifying
Events batchConfigNft(struct ILendPoolConfiguratorConfigNftInput[] inputs)
batchConfigReserve(struct ILendPoolConfiguratorConfigReserveInput[] inputs)
batchInitNft(struct ConfigTypesInitNftInput[] input)
batchInitReserve(struct ConfigTypesInitReserveInput[] input)
configureNftAsAuction(address asset, uint256 nftTokenId, uint256 redeemDuration, uint256 auctionDuration, uint256 redeemFine)
configureNftsAsCollateral(struct ILendPoolConfiguratorConfigNftAsCollateralInput[] collateralData)
initialize(address provider)
setActiveFlagOnNft(address asset, bool flag)
setActiveFlagOnNftByTokenId(address[] assets, uint256[] tokenIds, bool flag)
setActiveFlagOnReserve(address asset, bool flag)
setAuctionDurationConfigFee(uint256 auctionDurationConfigFee)
setBidDelta(uint256 bidDelta)
setBorrowingFlagOnReserve(address asset, bool flag)
setConfigFee(uint256 configFee)
setFreezeFlagOnNft(address asset, bool flag)
setFreezeFlagOnNftByTokenId(address[] assets, uint256[] tokenIds, bool flag)
setFreezeFlagOnReserve(address asset, bool flag)
setLiquidationFeePercentage(uint256 newVal)
setLtvManagerStatus(address newLtvManager, bool val)
setMaxNumberOfNfts(uint256 newVal)
setMaxNumberOfReserves(uint256 newVal)
setNftMaxSupplyAndTokenId(address[] assets, uint256 maxSupply, uint256 maxTokenId)
setNftMinBidFine(address asset, uint256 nftTokenId, uint256 minBidFine)
setNftRedeemThreshold(address asset, uint256 nftTokenId, uint256 redeemThreshold)
setPoolPause(bool val)
setPoolRescuer(address rescuer)
setReserveFactor(address asset, uint256 reserveFactor)
setReserveInterestRateAddress(address[] assets, address rateAddress)
setTimeframe(uint256 newTimeframe)
updateDebtToken(struct ConfigTypesUpdateDebtTokenInput[] inputs)
updateUToken(struct ConfigTypesUpdateUTokenInput[] inputs)
BorrowingDisabledOnReserve(address indexed asset)
BorrowingEnabledOnReserve(address indexed asset)
DebtTokenUpgraded(address indexed asset, address indexed proxy, address indexed implementation)
NftActivated(address indexed asset)
NftAuctionChanged(address indexed asset, uint256 indexed tokenId, uint256 redeemDuration, uint256 auctionDuration, uint256 redeemFine)
NftConfigurationChanged(address indexed asset, uint256 indexed tokenId, uint256 ltv, uint256 liquidationThreshold, uint256 liquidationBonus)
NftDeactivated(address indexed asset)
NftFrozen(address indexed asset)
NftInitialized(address indexed asset, address indexed uNft)
NftMaxSupplyAndTokenIdChanged(address indexed asset, uint256 maxSupply, uint256 maxTokenId)
NftMinBidFineChanged(address indexed asset, uint256 indexed tokenId, uint256 minBidFine)
NftRedeemThresholdChanged(address indexed asset, uint256 indexed tokenId, uint256 redeemThreshold)
NftTokenActivated(address indexed asset, uint256 indexed nftTokenId)
NftTokenDeactivated(address indexed asset, uint256 indexed nftTokenId)
NftTokenFrozen(address indexed asset, uint256 indexed nftTokenId)
NftTokenUnfrozen(address indexed asset, uint256 indexed nftTokenId)
NftUnfrozen(address indexed asset)
RescuerUpdated(address indexed rescuer)
ReserveActivated(address indexed asset)
ReserveDeactivated(address indexed asset)
ReserveDecimalsChanged(address indexed asset, uint256 decimals)
ReserveFactorChanged(address indexed asset, uint256 factor)
ReserveFrozen(address indexed asset)
ReserveInitialized(address indexed asset, address indexed uToken, address debtToken, address interestRateAddress)
ReserveInterestRateChanged(address indexed asset, address strategy)
ReserveUnfrozen(address indexed asset)
UTokenUpgraded(address indexed asset, address indexed proxy, address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.