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 "Bloopers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025349 | 2 months ago | | | 0 | 0.00016008220 | |
| 19530354 | 9 months ago | | | 0 | 0.00056850662 | |
| 19530345 | 9 months ago | | | 0 | 0.00059732501 | |
| 19530345 | 9 months ago | | | 0 | 0.00055274186 | |
| 19307275 | 10 months ago | | | 0 | 0.0016955164 | |
| 19246188 | 10 months ago | | | 0 | 0.00071764244 | |
| 19123328 | 10 months ago | | | 0 | 0.00083545837 | |
| 19063672 | a year ago | | | 0 | 0.0011485836 | |
| 18990713 | a year ago | | | 0 | 0.0012810407 | |
| 18811366 | a year ago | | | 0 | 0.00080336638 |
ABI
ABI objects
Getter at block 21392644
MAX_ALLOWLIST_MINT_PER_WALLET() view returns (uint256)
4
MAX_PUBLIC_MINT_PER_WALLET() view returns (uint256)
4
TOKEN_PRICE() view returns (uint256)
88000000000000000
TOTAL_MAX_SUPPLY() view returns (uint256)
10501
freeClaimActive() view returns (bool)
false
name() view returns (string)
Bloopers
owner() view returns (address)
0x1a485370067568f8771308428229274ef610118f
preSaleActive() view returns (bool)
true
publicSaleActive() view returns (bool)
true
signatureVerifier() view returns (address)
0x0e44945f8d97c0945028912811e7e980ba596ba0
symbol() view returns (string)
BLOOPERS
totalSupply() view returns (uint256)
848
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hashMessage(address sender, uint256 nonce, uint256 maxAllocation) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
numberAllowListMinted(address) view returns (uint256)
numberFreeMinted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
numberPublicMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedHashes(bytes32) view returns (bool)
State-modifying
Events allowListMint(bytes _signature, uint256 _quantity, uint256 _nonce) payable
approve(address to, uint256 tokenId)
flipFreeClaimActive()
flipPreSaleActive()
flipPublicSaleActive()
freeMint(bytes _signature, uint256 _quantity, uint256 _nonce, uint256 _maxAllocation)
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
publicMint(bytes _signature, uint256 _quantity, uint256 _nonce) 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)
setSignatureVerifier(address _signatureVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()