Gorgonzorats
Verified contract
Active on
Ethereum with 3,870 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0697…0835
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20790449 | 2 months ago | | | 0 | 0.00075331020 | |
| 20521654 | 4 months ago | | | 0 | 0.000076557521 | |
| 19708828 | 7 months ago | | | 0 | 0.00030635167 | |
| 19091327 | 10 months ago | | | 0 | 0.0011082689 | |
| 18910013 | a year ago | | | 0 | 0.00056742135 | |
| 18874106 | a year ago | | | 0 | 0.00069214675 | |
| 18421803 | a year ago | | | 0 | 0.0013951528 | |
| 18294892 | a year ago | | | 0 | 0.00028708051 | |
| 18134216 | a year ago | | | 0 | 0.00047139661 | |
| 17689140 | a year ago | | | 0 | 0.00088446137 |
ABI
ABI objects
Getter at block 21318930
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(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintInfo(address buyer, uint16 quantity) view returns (struct MintInfo)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address addressToCheck) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint16 quantity)
approve(address to, uint256 tokenId) payable
mint(uint16 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool publicSaleActive)
shouldAddJson(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()