Gorgonzorats

Verified contract

Active on Ethereum with 3,870 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#46)
ERC-721
--
0x9321fa0038dd3095650faded3b451fa435f2c8e2e3399f9c9da0eb5e8f92c3a8
0xcbdf572df8d1fdbf96d7c8a500997dfa7d03acee709d5b3c049e2a37c54d1546
From
0x69ac811b666887c92598d4b0ce3db174b5a0c227904e089126dce15abc6649b4
0x63eae2eb64fbbac14e0448af3933f17a7daab321a9e1cfceafb6b3e047193c47
0xd46c847568c03d2b55071bcba6e2a4b1f0ff9712060368870ea48683a2024a07
0x3b9a78c700a255b2d916c4366968a1dd6475c69336a798490235a12bf6bb0755
0x3079848be2c7b47719d37e5f07f11aa7514a908400e728b45dffc82fc36cdd7b
0x8f2e74de740f6b1fe1f8c6458d231075fb7cb2b6a321fc528ba6d859ac8c7ad4
0x7baf5cbcf76585fb238938c36b4439f47c70c84ae11571f4b26dd80bd2c7aa79
0xf435dca9f6cc1eca7ddf1bfa3d4d24862404d480addb4c4eb00108624ae47e89

Functions
Getter at block 20869778
isPublicSale(view returns (bool)
true
name(view returns (string)
Gorgonzorats
owner(view returns (address)
0x3dbd1f687b0da8144de91d925d09fe46d6b49f0c
prerevealURL(view returns (string)
ipfs://rats/
root(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
GZR
totalSupply(view returns (uint256)
6666
Read-only
CheeseOwnerMinted(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintInfo(address buyeruint16 quantityview returns (struct MintInfo)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address addressToCheckview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint16 quantity
approve(address touint256 tokenIdpayable 
mint(uint16 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPublicSale(bool publicSaleActive
shouldAddJson(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(