MintingFacet

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9950ef21 at 15004733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 20 additional slots

No balances found for "MintingFacet"

No transactions found for "MintingFacet"


Functions
Getter at block 20858368
name(view returns (string)
priceWEI(view returns (uint256)
0
publicMintOpen(view returns (bool)
false
saleLimit(view returns (uint256)
0
symbol(view returns (string)
totalMinted(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberBurned(address ownerview returns (uint256)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
purchase(address targetAddressuint256 quantitypayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setEditor(address editor
setPrice(uint256 price
setPublicMintOpen(bool newPublicMintOpenValue
setRoyaltyTarget(address targetAddress
transferFrom(address fromaddress touint256 tokenId
Events

This contract contains no event objects.

Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressIsZero(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
CallerIsNotEditor(
IncorrectAmountSent(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
QuantityMoreThanAllowed(
QuantityMoreThanRemainingAvailable(
SaleIsNotOpen(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(