AutoMinterERC721A
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "AutoMinterERC721A"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AutoMinterERC721A"
ABI
ABI objects
Getter at block 20798103 contractURI() view returns (string)
IS_PUBLIC_MINTING_OPEN() view returns (bool)
false
MAX_MINTS_PER_WALLET() view returns (uint256)
0
MINT_FEE() view returns (uint256)
0
ammountWithdrawn() view returns (uint256)
0
lockBaseUri() view returns (bool)
false
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
placeholderImage() view returns (string)
remaining() view returns (uint256)
0
reserve() view returns (uint256)
0
royaltyBasis() view returns (uint256)
1000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
version() pure returns (string)
2.0.0
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsUsed(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 quantity)
airdrop(address[] to)
approve(address to, uint256 tokenId)
changeBaseUri(string baseURI_)
changeMintFee(uint256 mintFee_)
changeMintLimit(uint256 mintLimit_)
changePlaceholderImage(string placeholderImage_)
initialize(string name_, string symbol_, string baseURI_, address ownerAddress_, uint256 mintFee_, uint256 size_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_, string placeholderImage_)
mint(uint256 quantity) payable
mintWithSignature(bool isFree, address to, uint256 customFee, uint256 limit, uint256 quantity, bytes signature) payable
permanentlyLockBaseUri()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePublicMinting()
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateReserveAmmount(uint256 ammount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()