ThugRatz

Verified contract

Active on Ethereum with 10,129 txns
Deployed by via 0x08395eaa at 15305874
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#735)
ERC-721
--
 (#734)
ERC-721
--
 (#684)
ERC-721
--
 (#682)
ERC-721
--
0xe626edff27587e56db1b5d1e850ba6eb287647720b02641c380cce1077ea3541
0x1e2dfbdaae49fceb8c336a8ea267b3b23d0345ff6270caa4098ee068ab026628
0xb026c8d56864a169782d1a0c74a73db10f02388e71c4ea9d29f042646c5fdb9d
0x25e702a2dc40459318e357dd2642bcb8c9f6ffce13ef4e88397234f930f27423
0xc0220652b62430ba3e3b7d1907b12df548ceb271b473d9c5bf9161662b0b8bb5
0x9bc79dbabc8a6f1d10e537b7a258ade8c864187c5f9607da49704aa146001962
0xc26fe765e3a15f4f500322c3b16a63bfcfe69f2e16bdb670a6035e61969a20a6
0xad8dac33f98d322c2efe2ab47f2d09e3de1b517b1c2a3ca9b012076c11b82312
0x86147046f43377293dc59ae9d9df9655e82f3a46b08bc8b175897d3c5e6f9e4c
0x8656dd1f1092514b0c1a917115ecb67224b63120565fdc9adfeb41261a1df4cf

Functions
Getter at block 21324252
cost(view returns (uint256)
0
getStatus(view returns (uint256)
2
maxMintAmountPerTx(view returns (uint256)
1
maxMintAmountPublicSale(view returns (uint256)
1
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0x84b2628803a6df2f31c76434966e13da92f80aa8a32431dd75a28897caf332eb
name(view returns (string)
ThugRatz
owner(view returns (address)
0xb71924d2e01e81ccde096f199a691e7130c48f04
status(view returns (uint256)
2
symbol(view returns (string)
TRATZ
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
ipfs://QmYW4a3Yo6ZKT8Vt9ks57Z5ofnou3Yrs1JvhKzWzpTG2oF/
uriSuffix(view returns (string)
.json
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)
publicThugratz(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[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
internalMint(address teamMemberuint256 _teamAmount
mint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setStatus(uint256 status_
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setmaxMintAmountPublicSale(uint256 _maxMintPub
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

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