NFTOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
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
Balances ($0.00)
No balances found for "NFTOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTOracle"
ABI
ABI objects
Getter at block 21220253
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
collectionPaused(address) view returns (bool)
collections(address) view returns (bool)
getMultipleNFTPrices(address[] _collections, uint256[] _tokenIds) view returns (uint256[])
getNFTPrice(address _collection, uint256 _tokenId) view returns (uint256)
isPriceManager(address) view returns (bool)
nftPrices(address, uint256) view returns (uint256)
State-modifying
Events addCollection(address _collection)
initialize(address _admin, address _lendPoolConfigurator)
removeCollection(address _collection)
renounceOwnership()
setCollections(address[] _collections)
setMultipleNFTPrices(address[] _collections, uint256[] _tokenIds, uint256[] _prices)
setNFTPrice(address _collection, uint256 _tokenId, uint256 _price)
setPause(address _collection, bool paused)
setPriceManagerStatus(address newPriceManager, bool val)
transferOwnership(address newOwner)
CollectionAdded(address indexed collection)
CollectionPaused(bool indexed paused)
CollectionRemoved(address indexed collection)
NFTPriceAdded(address indexed _collection, uint256 _tokenId, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyExistingCollection()
ArraysLengthInconsistent()
NFTPaused()
NonExistingCollection(address collection)
NotAdmin()
PriceIsZero()