CoolGuys

Verified contract

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

No balances found for "CoolGuys"

0xa7ff936de0b13f6ecd93bda3bc217ac6e71ec62abad013641583b41fb25bb36b
0xf6b072b1b9f3ecc3b2d9ca1f72b1f9dd11d8a2f34a8fd19acabbb7ed4355caad
0xbe269cb938eb1085956053772beb4b7c9a8fe6d1d54e1d2299e67b09ddbc1a61
0x08d441db68573a1e9fd4a5a4c417714cdfddbbd7facd5b7dde42c7c2b1c62611
0xeaf54c48245b0ec2dca79d6a7b7f2dff25bbd056bb76092b80334a5ad7e00819
0x53c537421298528ce694ef11637a969ac7cc9594452fe6c29cffc5f6149b7c1d
0x39c3446633892711cadc228ad09371e4e8d31851039600dc636faef20e24da7c
0x954e424c749bfde69e1c00f4c7efb693837e3161bcb7caa631a255e358d3c67e
0xbac9f570060ac7f52ec6793309de746bc33547c5f9fc74a6837f64c71e4e6835
0x7c279708bbc90b25afcc5f92574e0eed1f4c967cf67212ea38278c6a9b4a20b8

Functions
Getter at block 20892417
name(view returns (string)
CoolGuys
owner(view returns (address)
0xd2b720d569766ed3c70f04c4a219c953b3caf048
symbol(view returns (string)
CG
totalSupply(view returns (uint256)
1000
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
approve(address touint256 tokenId
batchAddToWhitelist(address[] recipientsuint64[] quantities
changeBaseUri(string newBaseUri
mint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(string name_string symbol_
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(