Couch Guyz
Verified contract
Active on
Ethereum with 4,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Couch Guyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21031668 | a month ago | | | 0 | 0.00012273505 | |
| 20655627 | 3 months ago | | | 0 | 0.000024143000 | |
| 20655594 | 3 months ago | | | 0 | 0.000028588262 | |
| 20604098 | 3 months ago | | | 0 | 0.000021925556 | |
| 19903786 | 7 months ago | | | 0 | 0.000074809659 | |
| 19903736 | 7 months ago | | | 0 | 0.000068430672 | |
| 19136193 | 10 months ago | | | 0 | 0.00067457905 | |
| 19121517 | 10 months ago | | | 0 | 0.00060350843 | |
| 18940449 | a year ago | | | 0 | 0.00037874950 | |
| 18932975 | a year ago | | | 0 | 0.00088904829 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address _to, uint256 _numberOfTokens)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenPrice(uint256 newPrice)
whitelistMint(uint256 numberOfTokens, uint256 allowed, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()