Big town pets

Verified contract

Active on Ethereum with 53 txns
Deployed by via 0xc96b3552 at 16181670
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Big town pets"

0x3d8ccad7b8f56fbfab7270e3ea56543d7ac19d0b7ef1b4746cf4b97281b0b77e
0x14ec04a243699e5fb698988875ed26d2769e85d947ff7a15c7b9ce99643a8cda
0x598e54bdff9dfee297c3a5b5de88f450f226fe17ccea242c31f7fd3d09521a96
0x30ea72e9522650998649c179a560ed480703ce27d81444530a1e16a3e1ee6943
0x4c6cd6993dde0d1f4eba691b9495e4ee8d65846ad0e5d69912accac379197278
0x305d947c06fac03c6dd5e88b0ed6ce5250e37a5a5f35e6fc0089ec34b6f7c66a
0xbf566a4655601383a4c6deb6a20035c21507e2ff09944a61da6ef2aad8138849
0xe960f16e5d954224f1490c78c7f8b78842121dd799f5cceb24dae90a62ffe931
0x8e3c5943ddb64ce4f798a362943ca7c9a86f8b4f53bf1526b9deb775cecc1965
0x8f616fd80c7a3cadc2e3dd83675ef6a308f82e40c2001fd7e3534f35a2f1ece4

Functions
Getter at block 21020036
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
isRevealed(view returns (bool)
true
maxSupply(view returns (uint256)
10000
minter(view returns (address)
0x41ab05e5a73a69fa9306fd02a879870cf000c1d2
name(view returns (string)
Big town pets
owner(view returns (address)
0x8ebe14708bba3b3da23e1e7950bb3e3ca0f17614
symbol(view returns (string)
BTP
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mintAdmin(uint256 quantityaddress to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string newTokenURI
setMinter(address _minter
setRevealed(bool _isRevealed
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxSupplystring namestring symbolstring baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(