NFTValuationLimit.sol
NFTValuationLimit
Inherits: ITokenHandlerEvents, AppAdministratorOrOwnerOnlyDiamondVersion
Author: @ShaneDuncan602 @oscarsernarosero @TJ-Everett @bfcoursewool
Setters and getters for the rule in the handler. Meant to be inherited by a handler facet to easily support the rule.
Functions
setNFTValuationLimit
Set the NFT Valuation limit that will check collection price vs looping through each tokenId in collections
Parameters
Name | Type | Description |
---|---|---|
_newNFTValuationLimit | uint16 | set the number of NFTs in a wallet that will check for collection price vs individual token prices |
getNFTValuationLimit
Get the nftValuationLimit
Returns
Name | Type | Description |
---|---|---|
<none> | uint256 | nftValautionLimit number of NFTs in a wallet that will check for collection price vs individual token prices |