Moonrats

Verified contract

Active on Ethereum with 663 txns
Deployed by via 0xa6291d27 at 15237862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moonrats"

0xe3d93445dc7e433a589189ca6fd54f574e87b2520c772a64123e7d156e10ff40
0x4a65636c226acf86f260d5c093e12687632a3971d9ec6e31f4432a8f4c87a6e2
0xd4da553cbe23cbf60b9f240856ed3230a22460fe2f0baf8f31afb69567aa35d0
0x7858dd8486472c3258f48b135c0c87207f968e5c84ea35108fadb905db178608
0x5641f77ea11570bff33a8fccd6e5a6f27048424a8d949615bd37192f9fde9bfd
0x388c182e77dbc9c0c834d4d28785126d86ab672f8baaca6a0305fdd97ab5d565
0x4ed99d823338d12d0567dfcd203f13bca258eb041f676d9a4a82dccfc789ec3d
0xcae02679813d65af6268713465cbe149734a6cad3845b25080accf0126ab86ad
0x151e8247cc399525eca4af2dcea865d0c1688f0d0e63af3b8ac532feb86a254e
0xb3d45b26d4bad32b3ab73b0b8fb85d9d7d9ac84648dca7180690bb9df5b3db01

Functions
Getter at block 20937279
MAX_PER_WALLET(view returns (uint256)
4
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3333
name(view returns (string)
Moonrats
owner(view returns (address)
0xa70e7ceba2503c58a8da410c537a94567c52af62
symbol(view returns (string)
MR
totalSupply(view returns (uint256)
2237
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
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
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(
Fallback and receive

This contract contains no fallback and receive objects.

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