Reflections Noir

Verified contract

Active on Ethereum with 891 txns
Deployed by via 0xe36f9bd3 at 15784336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Reflections Noir"

0x7ed248f959cfa028f40dc8f6bcd5c2271e6522e3a1980336e5f32a981f702377
0x2f552a054fcbbee2f77f8450cd64adafeb61f7271266257c91570c553a21c1d5
0x07507858dc85a5f99499bb07e90c00a66496fafce9fb5deb238fb4789827fd1b
0xa6db777bbefbde5c0b76fb8f44a1a9564e262a4c2e53dadc14aeee5cc6f2a277
0x2feca037af2c95968968a86d8488f053d69970a165206713472b607500733985
0x5c6b138e2a5af021aefdc3d1379384c5b737af3eab2160ab6e16d4f53a43fb58
From
0xc63c04c36b91affeead80b4d140dd739e34eb2dfc296b0d6df8cc84a35ef0c25
0x327292ec4a71b80a48c2534c24edf67703ef9cca10ba267b0340e7975e19bd06
0xce8717985f29a7b498096e87878e01432ef3830cf9b78d384102a79cb11b57d1
0x03f369a081dc7ed91d08e9c814fe8e8f2822673d71dec5f1e518765352f9ef34

Functions
Getter at block 20916664
cost(view returns (uint256)
80000000000000000
name(view returns (string)
Reflections Noir
owner(view returns (address)
0x80ea46a2d2261d781e7448e563a56af60114f51e
privateMintStarted(view returns (bool)
false
publicMintStarted(view returns (bool)
false
symbol(view returns (string)
RNR
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
devMint(uint8 quantity
mint(uint8 quantitypayable 
privateMint(bytes32[] proofuint8 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMerkleRoot(bytes32 root
setMintPrice(uint256 value
setNotRevealedURI(string newNotRevealedURI
stopMint(
toggleReveal(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
turnOnPrivateMint(
turnOnPublicMint(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedURIbytes32 _root
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(