The Mud Rats

Verified contract

Active on Ethereum with 5,593 txns
Deployed by via 0x68ef64de at 15667412
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Mud Rats"

0x83e34d4d1aaee91c0fbbc4d88842081d0ee61148f7988b738cdb92c85513d8fb
0x45cd077f10e3c8b416375424849642b7ab47a9f5312d35496f805d75657ca91b
0xe4a7bc04c402f70ba2d35d1b07a6dfe8e26140aaee83ec19f032b1be040bcbc7
0xd4c01ce8bb4d3ffd4d7d1d8b0dd1d525ee8bc1b5afd4c378688030685382abc7
0xae8c2af9849d157601653c656c4e0c7602b608ec90befc33c2b5b905c9cbd868
0x6ca9db90b580a7576cc345ba1915173b3a6abd0bd3ac8c5905fbc083b923baf3
0xfa5dff1bf6d06989af3798c22329e56eac4fcaab1f71b9f6a26d9705a54791bd
0xd08a6c06564bcb87b131ceeeb2579c4835e87ad91d290f511a3b945a8fd4d00e
From
0xa55aa550553a790f792b0ef89a4b72576e5e30e5789aafe6aa1e978346fde34f
0x252ffd83652e4d18590b69b09f76711180d5cca158908e5b1cae6aa675618008
From

Functions
Getter at block 20889800
baseExtension(view returns (string)
.json
maxMint(view returns (uint256)
20
maxSupply(view returns (uint256)
6000
mintPrice(view returns (uint256)
4000000000000000
name(view returns (string)
The Mud Rats
notRevealedUri(view returns (string)
https://gateway.pinata.cloud/ipfs/QmepX9SRVDS1nJsbc3uqSJduEkfuLTWhvwwsUtrtLWzwMX/hidden.json
owner(view returns (address)
0x4ca469d62f9896c4c74c948b7d47398c4d134cbc
paused(view returns (bool)
false
publicMintEnabled(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
MDRT
totalSupply(view returns (uint256)
6000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalFreeMints(addressview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
pause(
publicMint(uint256 _quantitypayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setNotRevealedURI(string _notRevealedURI
setPrice(uint256 _mintPrice
setmaxMintAmount(uint256 _maxMint
teamMint(address _addressuint256 _amount
togglePublicMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdrawTransfer(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

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