This contract is being backfilled. You may encounter incomplete storage history.

MintGenesisNFT

Verified contract

Implementation

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

No balances found for "MintGenesisNFT"

No transactions found for "MintGenesisNFT"


Functions
Getter at block 20792640
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
markleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
metadataRenderer(view returns (address)
0x0000000000000000000000000000000000000000
mintConfig(view returns (uint32 startTimeuint32 endTime)
(startTime=0, endTime=0)
minted(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
royalty(view returns (uint256)
0
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
treasuryAddress(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
initialize(address _address
mint(bytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _root
setMetadataRenderer(address _metadataRenderer
setMintConfig(uint32 _startTimeuint32 _endTime
setRoyalty(uint256 _royalty
setTreasuryAddress(address _addr
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
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
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidCaller(
InvalidInitialization(
MintERC2309QuantityExceedsLimit(
MintFinished(
MintNotStart(
MintToZeroAddress(
MintZeroQuantity(
MintedAlready(address minter
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotMinted(uint256 tokenId
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
UnauthorizedMinter(address minter