Thug City
Verified contract
Active on
Ethereum with 6,096 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 "Thug City"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19074299 | a year ago | | | 0 | 0.00080719520 | |
| 19074151 | a year ago | | | 0 | 0.00094513023 | |
| 19036665 | a year ago | | | 0 | 0.0031281501 | |
| 18847792 | a year ago | | | 0 | 0.0012481743 | |
| 17367525 | 2 years ago | | | 0 | 0.0011867463 | |
| 16952627 | 2 years ago | | | 0 | 0.0014352264 | |
| 16884275 | 2 years ago | | | 0 | 0.00064624179 | |
| 16707804 | 2 years ago | | | 0 | 0.0013039400 | |
| 16658154 | 2 years ago | | | 0 | 0.00049965753 | |
| 16657972 | 2 years ago | | | 0 | 0.00098400081 |
ABI
ABI objects
Getter at block 21391502
MINT_FIVE_PRICE() view returns (uint256)
35000000000000000
MINT_THREE_PRICE() view returns (uint256)
20000000000000000
isMetadataFinal() view returns (bool)
false
isPublicSale() view returns (bool)
true
isWhitelistSale() view returns (bool)
true
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0xe0ef8859cdbe450279dc379c0288ad9fa0f4657d05b3b9f3368349fbd48f12ec
name() view returns (string)
Thug City
owner() view returns (address)
0xee75ee7a83e4b904f7b00440bdea4a4725fae5e5
symbol() view returns (string)
XXX
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allCaptured(string url)
approve(address to, uint256 tokenId)
arrested(uint256 tokenId)
callForHelp(address to, uint256 count)
prisonEscapeLive(uint256 quantity, bytes32[] _merkleProof) payable
reduceSupply(uint256 newMaxSupply)
releaseAllPrisoners(bool value)
releasePrisoners(bool value)
remainingPrisoners(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()