NFTVenuesRouge

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x63e9ea10 at 16050366
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "NFTVenuesRouge"

No transactions found for "NFTVenuesRouge"


Functions
Getter at block 20935771
_baseURL(view returns (string)
_provenanceHash(view returns (string)
feeReceiver(view returns (address)
0x0000000000000000000000000000000000000000
isMintOpen(view returns (bool)
false
maxSupply(view returns (uint256)
0
name(view returns (string)
openMintValue(view returns (uint256)
0
openWhiteListId(view returns (uint8)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getWhiteList(uint8 whiteListIdview returns (uint256bytes32uint8)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListCapTracker(uint8 whiteListIdaddress walletview returns (uint256)
whiteLists(uint8view returns (uint256 mintValuebytes32 rootHashuint8 cap)
State-modifying
addWhiteList(uint8 whiteListIduint256 mintValuebytes32 rootHashuint8 cap
airdrop(address receiveruint256 amount
approve(address operatoruint256 tokenId
burn(uint256 tokenId
flipMintState(
initialize(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURL(string newBaseURI
setFeeReceiver(address newFeeReceiver
setMaxSupply(uint256 newMaxSupply
setOpenMintValue(uint256 newMintValue
setProvenanceHash(string newProvenanceHash
startMinting(
startWhitelist(uint8 whiteListId
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whiteListMint(uint256 amountbytes32[] proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator