Supercoolcats
Verified contract
Active on
Ethereum with 386 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 "Supercoolcats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19248176 | 9 months ago | | | 0 | 0.00047340285 | |
| 15680016 | 2 years ago | | | 0 | 0.00021864311 | |
| 15549255 | 2 years ago | | | 0 | 0.00027371482 | |
| 15428894 | 2 years ago | | | 0 | 0.00046127287 | |
| 15384480 | 2 years ago | | | 0 | 0.00038940621 | |
| 15380471 | 2 years ago | | | 0 | 0.00025066194 | |
| 15378787 | 2 years ago | | | 0 | 0.00098957421 | |
| 15378787 | 2 years ago | | | 0 | 0.0017058622 | |
| 15378514 | 2 years ago | | | 0 | 0.00051198797 | |
| 15378501 | 2 years ago | | | 0 | 0.00038079699 |
ABI
ABI objects
Getter at block 21306877
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
450
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
500
PRICE() view returns (uint256)
3000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeig4xozuhs6pdejcpaeqsqa4yf3lmfqzumqb2udlxjgho7fksfk5we
initialize() view returns (bool)
true
maxFreePerTx() view returns (uint256)
1
name() view returns (string)
Supercoolcats
owner() view returns (address)
0x13f3d82f5b3f3208a503cb292ff6e2afa1931b03
revealed() view returns (bool)
true
symbol() view returns (string)
SCC
totalSupply() view returns (uint256)
500
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)
qtyFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
reveal(bool _revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setInitialize(bool _initialize)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()