Average Creatures
Verified contract
Active on
Ethereum with 7,398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Average Creatures"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114989 | 24 days ago | | | 0 | 0.00034969838 | |
| 21106185 | 25 days ago | | | 0 | 0.00011276610 | |
| 21101702 | a month ago | | | 0 | 0.00021894300 | |
| 20905251 | 2 months ago | | | 0 | 0.00025751786 | |
| 20905055 | 2 months ago | | | 0 | 0.00020353618 | |
| 20901501 | 2 months ago | | | 0 | 0.00018471314 | |
| 20842517 | 2 months ago | | | 0 | 0.0010714893 | |
| 20841826 | 2 months ago | | | 0 | 0.00050661012 | |
| 20761716 | 2 months ago | | | 0 | 0.00023980536 | |
| 20622201 | 3 months ago | | | 0 | 0.00013553038 |
ABI
ABI objects
Getter at block 21287546
cost() view returns (uint256)
70000000000000000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmb1QMQyLf3FaovyS5ydL3hkMchxv9ApXoTe8YtKAKroKT
maxMintAmountPerTx() view returns (uint256)
200
maxSupply() view returns (uint256)
7734
merkleRoot() view returns (bytes32)
0xd127b50e6c4f37bf90f0f551bcf35f0115ff47b1d4247dacc4cf492c4b7f4499
name() view returns (string)
Average Creatures
owner() view returns (address)
0xf91716d853d3a547f5be7f9d3289986d7c84fd85
paused() view returns (bool)
true
reserved() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
AVG
totalSupply() view returns (uint256)
7734
uriPrefix() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdNBzqEA4qX2BfAaMikpQDWdVh2rxnLAbua5YDMat7X11/ac
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setReserved(uint256 _reserved)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _reserved, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.