The latest block we've processed for this chain is 21333364, which is 16 minutes old. We're running behind the tip but working to resolve the issue.

Couch Guyz

Verified contract

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

No balances found for "Couch Guyz"

0x1d55ffda2181713d7e6252995d943fa84e8e2c877d0ff763479237e6def062cf
0xec6d2060e10536b89b1c348ad883e9c4769574b324d3f25e54239e3c225f6baf
0x5fdf6e648ee098bf3ea2726b5f302f791c241a5380bde0d5b34b59835e187494
0xa963bb7593c905105fc6dc68de62a8dfc843bc1249302306bd78559829006050
0xd539a3ce13384381a4034e98f9223bb078633b5a7de1f5cae9ccbafb339c24ff
0xd684d2bd5c35f8e22f290517ec935a64628e54b3f2c250e144b751cc9f2eace4
0x9092e31abc387140a5206449701d71786ba5231410fe0fdac64044832adc637c
0x77bdc41a8fd0761dd2ad786f0cd6558282d8f65b94c42469cf6ee4421b156f86
0xcd96e4d9afd4bbace92f1dfcc25fab003df1a27d5e429e884c236471ce067d79
0x5541bb5b9fadf9cca08a1874a3bf66a454e04bdc539040fb9258ae4f4cfa2d82

Functions
Getter at block 21333363
MAX_TOKENS(view returns (uint256)
3334
MAX_TOKEN_PER_TXN(view returns (uint256)
4
baseURI(view returns (string)
ipfs://QmXfNGXJ5xN1DfUiDyCfXhkPn7wSNc9o2Au3DUhjYXJ7yY/
name(view returns (string)
Couch Guyz
owner(view returns (address)
0x3fd123ee370bb32a4876f0777ad846b043815a68
preSaleIsActive(view returns (bool)
false
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleIsActive(view returns (bool)
true
symbol(view returns (string)
CG
tokenPrice(view returns (uint256)
0
totalSupply(view returns (uint256)
3333
whitelistMerkleRoot(view returns (bytes32)
0xa0430397123808cb918f0e49d907da981acce39b88f4bc9423a697ef5ab17149
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)
State-modifying
airdrop(address _touint256 _numberOfTokens
approve(address touint256 tokenId
flipPreSaleState(
flipSaleState(
mintToken(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setProxyRegistryAddress(address _proxyRegistryAddress
setRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateTokenPrice(uint256 newPrice
whitelistMint(uint256 numberOfTokensuint256 allowedbytes32[] proofpayable 
withdraw(
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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