Cool Cats FC
Verified contract
Active on
Ethereum with 3,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.31)
Native
Value
$6.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,152.69 |
$6.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199033 | 3 days ago | | | 0 | 0.00050778058 | |
| 21124982 | 13 days ago | | | 0 | 0.00030830416 | |
| 21102957 | 16 days ago | | | 0 | 0.000091694000 | |
| 21049114 | 24 days ago | | | 0 | 0.00010738471 | |
| 20785608 | 2 months ago | | | 0 | 0.00078332446 | |
| 20749794 | 2 months ago | | | 0 | 0.000077687415 | |
| 20746257 | 2 months ago | | | 0 | 0.000054739556 | |
| 20740911 | 2 months ago | | | 0 | 0.00064609302 | |
| 20701225 | 2 months ago | | | 0 | 0.00014965361 | |
| 20677557 | 2 months ago | | | 0 | 0.00028531160 |
ABI
ABI objects
Getter at block 21218722
baseURI() view returns (string)
https://s3.amazonaws.com/metadata.coolcatsnft.com/ccfc-16689204/metadata/
name() view returns (string)
Cool Cats FC
owner() view returns (address)
0xd5886f211b4ca0aa4df48c4df311437534ac19bf
paused() view returns (bool)
false
symbol() view returns (string)
CCFC
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address _minter) view returns (bool)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events add(address _minter)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(address _beneficiary, uint256 quantity)
pause()
pauseBurn()
remove(address _minter)
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 _newBaseURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
unpauseBurn()
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)
MinterRoleGranted(address _to)
MinterRoleRevoked(address _from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()