TOY TOWN

Verified contract

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

No balances found for "TOY TOWN"

0xb8032785461b173ba4f6caa50a2e699e9aa7360aca72f5db8a684edade2d7b62
0xe8e8f18ba28222093779ed5fba84500bf6209e2d0df732075152ee97b984a5ec
0xc0770ccc6dd10a4262b61d9d47cc3d6a32c2e485774d5f746bd7df8259afa6d8
0xe72faebd1e89f25564ddb2812c44b636f9ecb22fe669ee34fc18a7914187ac2c
0x90a495f36b1a7b3109b73154aef7511b8499c10eb1ab86e1d2b2e8b48c7c2ce8
0xc9a1914804784c51e9f58bcadcb989f9ebd4cb0462e8d395ee58bd8f6b7b2bb3
0x00e48240747a3bd55ed5d4fc8aa875828ee9c21b1f53394894a0375544a1f454
0xba05574295e77cbacbc48e5cc56f9fbcb71addaf6c21813d159acd1118f0d606
0xc23c25afba201873eb0797787b50614911df665ec52c3844750b0e7c41a91990
0xd221c18e9062e4e8fbb0c4b13bd919e0fa8ef78c93e9dea30ada06a917111416

Functions
Getter at block 21217460
MAX_SUPPLY(view returns (uint256)
10000
name(view returns (string)
TOY TOWN
owner(view returns (address)
0x509c9010b6d1b0799bd9e33c4071989f5a6930f3
price(view returns (uint256)
400000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
TOYS
totalSupply(view returns (uint256)
4370
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(