Worst City
Verified contract
Active on
Ethereum with 5,921 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Worst City"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17140920 | 2 years ago | | | 0 | 0.0018658659 | |
| 17066118 | 2 years ago | | | 0 | 0.0011494357 | |
| 16981235 | 2 years ago | | | 0 | 0.0012699440 | |
| 16939209 | 2 years ago | | | 0 | 0.0013046988 | |
| 16934105 | 2 years ago | | | 0 | 0.0018047531 | |
| 16932777 | 2 years ago | | | 0 | 0.0012312417 | |
| 16932770 | 2 years ago | | | 0 | 0.0012068031 | |
| 16681088 | 2 years ago | | | 0 | 0.0015336111 | |
| 16672181 | 2 years ago | | | 0 | 0.0016960062 | |
| 16657435 | 2 years ago | | | 0 | 0.00099870005 |
ABI
ABI objects
Getter at block 21395625
hiddenMetadataUri() view returns (string)
ipfs://QmapT2NxsbKbAdabFDQua2vCsSCpruqqt55QotWXdrrKxW
maxMintAmountPerContract() view returns (uint256)
2
maxSupply() view returns (uint256)
5555
name() view returns (string)
Worst City
owner() view returns (address)
0xcbf06e7b58397113476ff1269025e26fabf76de3
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
WC
totalSupply() view returns (uint256)
5703
uriPrefix() view returns (string)
ipfs://QmPGzRM3KXninhd6xxjDFTdwVUvKbf18nmzVgnxPV9RPR8/
uriSuffix() view returns (string)
.json
whitelistRound() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setIswhitelistEnabled(bool _state)
setMaxMintAmountPerContract(uint256 _maxMintAmountPerContract)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.