Supercute World

Verified contract

Active on Ethereum with 1,637 txns
Deployed by via 0x0c1bf372 at 15660765
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Supercute World"

0xbc1190154f9de6e1ffe442e5c9f8841c928e1ac52930d4ee8dd2f73ad63d4284
0x5b91cb25912c5226c1fa6e71323cda6b781b4a168c85e91dcff54a9b29e4fb25
From
0xa507ec20208c7e79ccc8b1aeb520e101cd59cdc7bd75026e76c2985d3bf3c3f7
0x20a8921e3889fb45e34cbc16e99b3c95d4f6f14bc6c7295cce2f667984c9ca7f
0xa635e8ad147cc4f8d85b351fbb878b05ef13254961f0079e7d5ce976b867e097
0xd8895d7246ee6a477270ea05ad98e04ac63c56ef2b31dc1a729ab7c8e1bc293c
0xabf0fb6705ccd690130516051a37024445b5531b4216e2809f013961ec44807c
0x0b6bfa74f0d7f38350659af3c9f95b050b563c265807b046ddb63dcbc5364c34
0xc9c8bf87c600bae9dcd0426a50a960e3b69a0657047d770b9afb71f6ab65d9f7
0xca691cb747f16fd310455145cad03dbd94e8c6b1ab66ccfb4e18d00e589c0270

Functions
Getter at block 20991254
maxSupply(view returns (uint256)
888
name(view returns (string)
Supercute World
owner(view returns (address)
0x06e960fc488baa58697b1845ee448c92ffcc1017
price(view returns (uint256)
0
symbol(view returns (string)
SCW
totalSupply(view returns (uint256)
888
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)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setPrice(uint256 _price
tooglePause(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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