ThugRatz
Verified contract
Active on
Ethereum with 10,129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRATZ | ERC-721 | 1 | -- | -- | |
TRATZ | ERC-721 | 1 | -- | -- | |
TRATZ | ERC-721 | 1 | -- | -- | |
TRATZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307422 | 2 days ago | | | 0 | 0.00023812526 | |
| 20981974 | 2 months ago | | | 0 | 0.00021554349 | |
| 20616523 | 3 months ago | | | 0 | 0.000021967492 | |
| 20543358 | 4 months ago | | | 0 | 0.000038822901 | |
| 20160037 | 5 months ago | | | 0 | 0.000072594284 | |
| 18889737 | a year ago | | | 0 | 0.00066007868 | |
| 18803829 | a year ago | | | 0 | 0.00066451536 | |
| 18803174 | a year ago | | | 0 | 0.00071931119 | |
| 18799647 | a year ago | | | 0 | 0.0014458613 | |
| 18166360 | a year ago | | | 0 | 0.00026667362 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicThugratz(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(address teamMember, uint256 _teamAmount)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setStatus(uint256 status_)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxMintAmountPublicSale(uint256 _maxMintPub)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()