Anal Gazers
Verified contract
Active on
Ethereum with 1,374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Anal Gazers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19779917 | 7 months ago | | | 0 | 0.00013002088 | |
| 18758130 | a year ago | | | 0 | 0.0017405661 | |
| 18275590 | a year ago | | | 0 | 0.00027345425 | |
| 17993866 | a year ago | | | 0 | 0.0011817129 | |
| 17821442 | a year ago | | | 0 | 0.0013285877 | |
| 17125901 | 2 years ago | | | 0 | 0.0014858084 | |
| 17125893 | 2 years ago | | | 0 | 0.0038549946 | |
| 17053198 | 2 years ago | | | 0 | 0.0013190555 | |
| 17053198 | 2 years ago | | | 0 | 0.0013173438 | |
| 17053198 | 2 years ago | | | 0 | 0.0013166592 |
ABI
ABI objects
Getter at block 21331155
NUM_FREE_MINTS() view returns (uint256)
6969
cost() view returns (uint256)
0
freeNFTAlreadyMinted() view returns (uint256)
331
maxFreeMintAmountPerWallet() view returns (uint8)
2
maxMintAmountPerTx() view returns (uint8)
10
maxMintAmountPerWallet() view returns (uint8)
10
maxSupply() view returns (uint16)
6969
name() view returns (string)
Anal Gazers
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x212fa09bbb6d4c9d2c2eb6c799849c15f85f1ad0
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
ANAL
totalSupply() view returns (uint256)
6969
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)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Mint(uint256 _mintAmount) payable
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
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)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setNumFreeMints(uint256 _numfreemints)
setOperatorFilteringEnabled(bool value)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setmaxMintAmountPerWallet(uint8 _maxWL)
seturiSuffix(string _uriSuffix)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()