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

NFT Art Gen

Verified contract

Implementation

Active on Ethereum with 12 txns
Deployed by via 0x336933a3 at 16021923
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 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
14 additional variables

No balances found for "NFT Art Gen"

0xcb92d6b5617ae11a1f7a34bd207bd4b2f3d1783aa76b63ac2019065a4d367bec
0x7e801f427f4c2e9b216e35e496158d775bdbeed8179ccc8ba8685cafcb18a426
0xaf5ed19c8db2d51c3012a2cbeb46067205ca1ad40a273ba8b5cba8d89f63328e
0x3c4fd17263ca0ed9ac4f11098ead66e2185a5e84fed454098df20d6c8569c260
0x9c4eae89ab895367d481cbce472bbdba103201e588bbabf293abea5aff23481f
0x3460478eb1657fb2f29851f005c6af9fa8e19ae6929fbf6202d0cd5b5b593907
0x8af1e4eafa79ef0017b1994bd76ef9a0dd5593a72fbf7d32de2894fe7fc13777
0xb1d02ab14c26c3947b35d1de46c23bf3605cc9e70e99ffdb4362a8db8a10b7ff
0x2d48611c36278928d8c286e00c7f8bedf9cd1135defdc67b2ec66ee0e3c695b2
0x5982b9911c5ad7e682b614d34a1780f6c8ae9c7ce19d5510a20a068e05985fad

Functions
Getter at block 20797827
cost(view returns (uint256)
500000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xfcbe6Aa94CfB20c65e15D6B0C78e1E5Ff4db3210], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
1000000
maxPerWallet(view returns (uint32)
1000000
name(view returns (string)
NFT Art Gen
open(view returns (bool)
true
owner(view returns (address)
0xfcbe6aa94cfb20c65e15d6b0c78e1e5ff4db3210
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
false
supply(view returns (uint256)
14
symbol(view returns (string)
NGA
totalSupply(view returns (uint256)
1000000
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(