People In The City

Verified contract

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

No balances found for "People In The City"

0x927b90de638cbf7c0ecf2b1d4748a7aa7651e7b587f3db899109eda74d3f4d3b
0xc3804f3047f636ea18d9407a67ab17d05f74bdfc3041704ca921cf6746564bd1
0x1ba5b53d6b4741994fde7fa317f71791746815140881904eb2ab7720dcf21ff4
0xb82db58e518381a41204c6d3899b1749a8ffa66575e271e8cf2fd53c62dd4632
0x48ffe7dac44d21f6b83c435640da6a6c3f620640be4fcbd30b6b0b0a430d82ca
0xbe505d6f09f869e0daa5f18b10606189def97249ef7e0b74c1a3b2564a8ea8a0
0xf2e0e97566d5c32b486ec3736946c67400e14d3a9af4bb79f39ab488634d63eb
0x330b9afe0afc661405e061f1fd2a2a7763073f48e1744853a412f75c81469788
0x351bc5e4170f3220bca0f1baca5e649c9656e37323b8c3b9ba32bf15e65bf3f6
0xe81b732653e34a9d1839ec7772c793e2124bda8c114d8613a6069634e5bc49bf

Functions
Getter at block 20883215
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_FREE_SUPPLY(view returns (uint256)
400
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
800
PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeigyewwtq2a5qvl2mpqjtjtsawmlfn3f26srajcdpvkayey4jmh35q/
name(view returns (string)
People In The City
owner(view returns (address)
0xeb74745b278a5b6c81757020c17b86bb5b55eb5e
status(view returns (bool)
true
symbol(view returns (string)
People
totalSupply(view returns (uint256)
800
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
perWalletFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
ownerMint(address touint256 amount
publicmint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
setStatus(bool _status
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(