NFTOracle

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa7880993 at 16424940
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "NFTOracle"

No transactions found for "NFTOracle"


Functions
Getter at block 21220253
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
collectionPaused(addressview returns (bool)
collections(addressview returns (bool)
getMultipleNFTPrices(address[] _collectionsuint256[] _tokenIdsview returns (uint256[])
getNFTPrice(address _collectionuint256 _tokenIdview returns (uint256)
isPriceManager(addressview returns (bool)
nftPrices(addressuint256view returns (uint256)
State-modifying
addCollection(address _collection
initialize(address _adminaddress _lendPoolConfigurator
removeCollection(address _collection
renounceOwnership(
setCollections(address[] _collections
setMultipleNFTPrices(address[] _collectionsuint256[] _tokenIdsuint256[] _prices
setNFTPrice(address _collectionuint256 _tokenIduint256 _price
setPause(address _collectionbool paused
setPriceManagerStatus(address newPriceManagerbool val
transferOwnership(address newOwner
Events
CollectionAdded(address indexed collection
CollectionPaused(bool indexed paused
CollectionRemoved(address indexed collection
NFTPriceAdded(address indexed _collectionuint256 _tokenIduint256 _price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExistingCollection(
ArraysLengthInconsistent(
NFTPaused(
NonExistingCollection(address collection
NotAdmin(
PriceIsZero(