The latest block we've processed for this chain is 20814627, which is 93 minutes old. We're running behind the tip but working to resolve the issue.

NFTArtGenCreatorImpl

Verified contract

Implementation

Active on Ethereum with 37 txns
Deployed by via 0x2f7072cf at 15195938
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 "NFTArtGenCreatorImpl"

0xd68200581ae15cbc60bfe1a06d868c3be19b88b2afdb5d41632abb8b14ccc3d3
0x4c9918c897adaa60c34ca12483b37c5fc509f052af40b4453d7b113b8baf8bde
0x4a10daca951f2584c8df78f342ea9cc8b58973d5176924ced541dabbcdee3573
0x15acb703c7d5dd287ec13306a26e90aff6bd8365a408d15587450c6a831ad13d
0xfd002ba6b3398a2af0a695b223bf64fe5c8f33c8ad58fe24b30dc87ccc08f752
0x929757a8e2bf2fd4ede8c376aaf5269635beba0a47c15938352d76a54c094c29
0xd14869ccdde2ee5b694cedd7868a83fd42d0160dfef7cd294313e111d3902652
0x778af70c97736b2abab033cacbdfe80681352e82686a9ee6b58879c77b5a6901
From
0x7c5bddfe21073faca3d6a1f1214324f6ffb8e6e276b2bc2f61a9341491aa99a5
0x80c17d76468a19e4992c04875acaddbb77c3134056b15d0671db79d3c25b3ca7

Functions
Getter at block 20814626
cost(view returns (uint256)
5000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x0468C8d4e517C37267aA1DbF307350FFC996CBcB], [0, 1000])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
100000
maxPerWallet(view returns (uint32)
100000
name(view returns (string)
NFTArtGenCreatorImpl
open(view returns (bool)
true
owner(view returns (address)
0x0468c8d4e517c37267aa1dbf307350ffc996cbcb
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)
44
symbol(view returns (string)
ArtGen
totalSupply(view returns (uint256)
100000
Read-only
affiliatesOf(address ownerview 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
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(