The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#4568) | Astro | ERC-721 | 1 | -- | -- |
(#4567) | Astro | ERC-721 | 1 | -- | -- |
(#1881) | Astro | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Astroheads"
ABI
ABI objects
Getter at block 21409118
MAX_TOKENS() view returns (uint256)
11111
NUMBER_RESERVED_TOKENS() view returns (uint256)
250
PRICE() view returns (uint256)
65000000000000000
limitPerTransaction() view returns (uint256)
5
limitPerWallet() view returns (uint256)
300
name() view returns (string)
Astroheads
owner() view returns (address)
0x49f4daf43acac15c736472169ce3bf3d07907eae
reservedTokensMinted() view returns (uint256)
250
saleIsActive() view returns (bool)
false
symbol() view returns (string)
Astro
totalSupply() view returns (uint256)
8851
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState(uint256 pmax)
flipSaleState(uint256 pmax)
flipWhitelistSaleState(uint256 pmax)
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.