Thug Life Goblin Town

Verified contract

Active on Ethereum with 154 txns
Deployed by via 0x39cfca93 at 14892467
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Thug Life Goblin Town"

0xdc9718f7b50fe153a50f0121805918fb1285e575587e6b21f0acbca2b2090890
0x998d210297ce4ab978dcd998ff38851ee97c2a10f32a33b0d8f81015a8b05031
0x771d26b36a17f328a80c6160159d45c8637aaff433bc660c5af6a1939f553f56
0xb6d0f600f12d6262c034bc8a50d6ee2636f7aaebb7fb1a7e870118d3e656063c
0xf35ab0217fe8bf5e917802ed1503d9ca35014fe9d91970bd812cd7bc8e2826c5
0x3aeece2a7719447f7f892fd54287841d55e6ea9ad92f0a48a14ac5aa439bf19c
0x385c6245b320edabbc7d362ce549fd6ad50311e7638db40f4df9ea99ae54b54d
0xee52a993f6da07f7cba8d3d470ca877e901722dfa567090b94b0a98e8693b7eb
0xf884d7029e5db794ce67e6650b7a27ce6f3ed28c397688aff1769f716334fb4e
0x8caded76991b86a755590e558dbc84ebda8f38e49027c16811150ebf85e85302

Functions
Getter at block 20949179
cost(view returns (uint256)
0
freeMinted(view returns (uint256)
505
greedyLimit(view returns (uint256)
10
hiddenMetadataUri(view returns (string)
ipfs://QmZL6zCySQVL9cadGQbpHptqkBBBgpSThpPkNriXsohNX2/
maxFreeMints(view returns (uint256)
500
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
name(view returns (string)
Thug Life Goblin Town
owner(view returns (address)
0x1f059961662fa81edbc011af0d8ac7afdb50fab4
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
TLGT
teamMinted(view returns (uint256)
400
teamSupply(view returns (uint256)
100
totalSupply(view returns (uint256)
1140
uriPrefix(view returns (string)
ipfs://QmZgxJhrRMwJ97HcjqocEznH9HsAgcb97UBmzkLFSoKmHT/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
greedyRecords(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
devMint(uint256 _mintAmountaddress _receiver
mint(uint256 _mintAmountpayable 
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
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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