City Pop Tokyo Official

Verified contract

Active on Ethereum with 1,167 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5.26
0x76acc37ff758ee43045c87b235f8fef209358981f754dfafe85e192d8cc0df91
0x7db1d3a4304298f1256e14be2ca3dbde5c4e4f9d33689627ea78419104aa5a4e
From
0x965d81f979d7f2d40742e9710864e6d25438687860ce5b18a345104fce9cf8a8
0x6444dcb044ebd6bfdc127094aba8715e0a621c05e15dee37e412eaf470caa59c
From
0x976ebde964c6120e4f68012bf6176267dfe8f7f2fb12733ae007cdaaee2c9732
0x23de2fc7daa327e2afc5230f7c172d2da8fab5df708dd3dd26d75a34dee511ad
0xbb191daa7107e63e871f22154c87af0be8240840002e943f33aa5c180090a2f6
From
0x6c047b655351d23983d1d4a22e5cb7c92375046e49d1946c4d1e4b6728defe21
0xaf80fba1eb77554ce046cd23f9609f39ecad84e79ce369425d1fede59d4bb7cd
0x670736906298107f4657e453337e7aa8122c74e42ad998658b7fb7c6c8beda4a

Functions
Getter at block 20965851
AsobiSystemApp(view returns (string)
Officially Licensed
cost(view returns (uint256)
2000000000000000
hiddenMetadataUri(view returns (string)
ipfs:/QmPJsGVL1MjEXpM7RkqJYnczq3Fg6vzV82DkWbPfZKMVGF/hidden.json
maxMintAmountPerTx(view returns (uint256)
50
maxSupply(view returns (uint256)
1984
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
City Pop Tokyo Official
owner(view returns (address)
0x12e78d61ad32c6cd1b4549741cd2bcd57c1a902f
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
STAR
totalSupply(view returns (uint256)
1399
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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