AutoMinterERC721
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 43 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "AutoMinterERC721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AutoMinterERC721"
ABI
ABI objects
Getter at block 21162002 contractURI() view returns (string)
ammountWithdrawn() view returns (uint256)
0
isPublicMintingEnabled() view returns (bool)
false
lockBaseUri() view returns (bool)
false
mintFee() view returns (uint256)
0
mintLimit() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
placeholderImage() view returns (string)
remaining() view returns (uint256)
0
royaltyBasis() view returns (uint256)
1000
shareAddress() view returns (address)
0xe28564784a0f57554d8beec807e8609b40a97241
symbol() view returns (string)
version() pure returns (string)
1.0.7
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
cache(uint256) view returns (uint256)
cachePosition(uint256) 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 airDropRandomToAccounts(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_, bool mintSelectionEnabled_, bool mintRandomEnabled_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_, string placeholderImage_)
mintRandom() payable
mintRandom(uint256 count) payable
mintToAccount(address to, uint256 tokenID)
mintToken(uint256 tokenID) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, bytes signature) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, uint256 limit, uint256 count, 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)
toggleRandomPublicMinting()
transferBalance(address to, uint256 ammount)
transferERC20Balance(address erc20ContractAddress, address to, uint256 ammount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no error objects.