NFTVenues Rouge

Verified contract

Proxy

Active on Ethereum with 920 txns
Deployed by via 0x80d9d017 at 16050369
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
3 additional variables

No balances found for "NFTVenues Rouge"

0x62fd108154e06f4e15fae702b58bc1b9cdb403916b7b969df3f31b9f2b996b62
0xb7c864017a612c212b4faecd9356238b9d1873021400acd75e6b4a44d1e9e5e9
0x9ea4f8a56b3718eb63162427e747c1d6fc1a800b0ee135b34df2ccfa4042003d
0xa97a6970b7262757227793714564ed292cfcaac02e2d7cca1b2066fa4d5b0dea
From
0x6ab11abb63da54c9e37c76969b074f9e4366352755f38eb2430b94e512d5c624
0xd51d66c4a08f1c7b4ae58b043fd89bf7aeb882ec9b85d77cc1a37c216916f35c
0x32487fc6b60747dae6d00c1d380e8c911a0f58bc262354a18662f7cbd3f015c1
0xbca4d1af1b5d556b7a3abfdd5d5833cb355565d2888f13cc66007cd171852f1d
0xab16646493d5ec8688cc0c31b028255dd1aa092f5a50108a95bf382d67fe3423
0xc3648dfb08425a7be4463eb60028fbb801a039440ec0fe8dfab2374cd4366d25

Functions
Getter at block 20935771
_baseURL(view returns (string)
https://metadata-therouge.nftvenues.io/metadata/
_provenanceHash(view returns (string)
feeReceiver(view returns (address)
0x201f430925a803a8ab09b157384af50e9244b13b
isMintOpen(view returns (bool)
false
maxSupply(view returns (uint256)
1500
name(view returns (string)
NFTVenues Rouge
openMintValue(view returns (uint256)
88000000000000000
openWhiteListId(view returns (uint8)
0
owner(view returns (address)
0x6d385de16657a7d73e70f9d4772f458b77bcafb8
symbol(view returns (string)
NVR
totalSupply(view returns (uint256)
1500
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator