MasterProject

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x98afc9db at 19685094
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 48 additional slots
-
variable spans 11 additional slots
-
variable spans 3 additional slots

No balances found for "MasterProject"

0x8aad5095b06063ac50fd0e3b1ef5b7b06597347710c20c817ab116e288667390

Functions
Getter at block 20909801
getAllowListPrice(view returns (uint256)
0
getArtInfo(view returns (address)
0x0000000000000000000000000000000000000000
getArtScripts(view returns (address[])
[]
getBiddingStartTimeStamp(view returns (uint256)
0
 
getMaxSupply(view returns (uint256)
getMintPassStartTimeStamp(view returns (uint256)
0
getPublicPrice(view returns (uint256)
0
getPublicStartTimeStamp(view returns (uint256)
0
 
getStatus(view returns (string)
getSupplyLeftForAuction(view returns (uint32)
0
getallowListStartTimeStamp(view returns (uint256)
0
getmintPassHolderPrice(view returns (uint256)
0
name(view returns (string)
MasterProject
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
8NAPART
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getAllowListAndClaimStatus(address abytes32[] proofview returns (boolbool)
getApproved(uint256 tokenIdview returns (address)
getMintPassMinted(uint256 mintPassIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOwnerOf(address accountuint256[] _tokenIdsview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenHTML(uint256 tokenIdview returns (string artwork)
tokenHash(uint256 _idview returns (bytes32)
tokenIdToHash(uint256view returns (bytes32)
tokenIdToRevealer(uint256view returns (address)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
allowListMint(bytes32[] proofaddress apayable 
approve(address touint256 tokenId
artistMint(uint24 countaddress a
batchSafeTransferFrom(address _fromaddress _touint256[] _tokenIdsbytes data_
batchTransferFrom(address _fromaddress _touint256[] _tokenIds
claim(
initProject(struct EightNapOnChainProjectV1Project _paddress _libraryScripts
mintPassMint(uint256[] mintPassIdspayable 
placeBid(payable 
publicMint(address auint256 countpayable 
renounceOwnership(
revealAndBid(payable 
revealNextPiece(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setArtScripts(address[] _artScripts
setBaseURI(string _baseURI
setLibraryScripts(struct EightNapOnChainProjectV1LibraryScript[] _libraries
setMaxSupply(uint24 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArtScriptsSet(
BaseURISet(string newBaseURI
Initialized(uint8 version
LibraryScriptsSet(
MaxSupplySet(uint24 newMaxSupply
NewBidPlaced(struct EightNapOnChainProjectV1Bid bid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PieceRevealed(
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
InvalidCodeAtRange(uint256 _sizeuint256 _startuint256 _end
WriteError(