Gotcha Gatcha

Verified contract

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

No balances found for "Gotcha Gatcha"

0x4a7b7d430173ce3bef39d62122b5e3ff97edec496566755012da2007a144b011
0x56cf2f7d4a032f6487779d9c76e3bbb5a28f85a2901aed7772d9c3c90d50fa5d
0x7131555915627f27b4158a61e0d248a82307aec1f7a51014583528759bbb5198
0xcf5f84301b0f9c7a58022ce0f3c86df9c7d503c2fb147e7386ddbb83e0904e09
0x7961c97f18b6cb11efbd593d8e2129707fab8a88630de204adc9964f6daf215a
0x8ac89ea274ef4c80cd07613949896029edc36cf3aafc2f9dd1eb6fdec623c731
0xb792d257058ab200432fdadb413c87cfe173efa9091919592011bd5cc29acce4
0xb123a2723e167577e829fd8c63f29ae7d9b525085cdb58f50e23d53a8cd4dbbc
0x0203ea5516a0fc5df955b8d8ab5a75e99edd25860eb0cf23ce7f134385c21ac2
0xfab854c8e22ea8baf791d128914f6fc955996cf7fe3ecb7c64bc9892534dd50c

Functions
Getter at block 20874853
BASE_URI(view returns (string)
ipfs://QmSk3aPSYRmAZ2wQLowpSdeuhaez6TWdyGTmvoznkWYqtG/
CONTRACT_URI(view returns (string)
DEV_SUPPLY(view returns (uint256)
120
PUBLIC_SUPPLY(view returns (uint256)
1000
REVEALED(view returns (bool)
true
SUPPLY(view returns (uint256)
6868
WHITELIST_SUPPLY(view returns (uint256)
1000
contractURI(view returns (string)
maxMintedPerAddress(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0x2140bc567d38541c37bf80d5a5c7b84685100a810f82ac4da551f833ebb2e3ed
name(view returns (string)
Gotcha Gatcha
owner(view returns (address)
0x3f2aaca4e1621a95f1dd86bc223120b2e4b4e05b
paused(view returns (bool)
false
price(view returns (uint256)
0
salePublicActive(view returns (bool)
true
saleWLActive(view returns (bool)
false
symbol(view returns (string)
GG
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOf(address walletview returns (uint256[])
verifyPublicWL(address _addressbytes32[] _proofview returns (bool)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _contractURI
setMaxMinted(uint256 _quantity
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setPrice(uint256 _newPrice
setPublicSaleState(bool _active
setPublicSupply(uint256 _newSupply
setRevealed(bool _state
setWLSaleState(bool _active
setWhitelistSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 quantitybytes32[] proofpayable 
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(string message
InvalidProof(string message
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
Paused(string message
SaleInactive(string message
SoldOut(string message
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(