ET-Cat

Verified contract

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

No balances found for "ET-Cat"

0x0fea0f6d7734f03bf4f7556590c66bba7cfc990e2ed58bc1d08d4ed7661a565b
From
0xfe824d6b6f85e673c6acfbb482cc2f834b4e8a97f64b539e83023e353193078e
0x3621a8bdad5256d14fe9dc6593e88f6c7d0806d1658072e45c3c94ddc9e068f5
0xf0f49e14635d650763e56e1a32d2d5c69f626db14b65dcdb8fc334f1808bf662
0x8e130e9ca46521b90fd5eee73310af1caf10db83e39c09e02318ef2141fe718d
0x9a80262bbdde8fa9f5ae8ba58856ed71c0f0dada11dfa5e96396ed362ab5e669
0x85fc65af859a908874682b85aad09c49e1004337bc7f722dfed6c3058c2b0338
0xf1bd9d4d6ea03d9ac65936b48562b27cfee4548cb7e143eb6758d2a7c222b8cd
0x69b75627b6da0bf07b0eee8cab05fe6796acf0db17198ecaaded6cb298f7fe1c
0xf8e2e4c85dd54ba1840f71f4a8bf53454fd45d3bc3f22623fc0cda7a02e04c8d

Functions
Getter at block 20888219
MAX_SUPPLY(view returns (uint256)
4444
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_isSaleActive(view returns (bool)
true
_revealed(view returns (bool)
true
baseExtension(view returns (string)
.json
maxBalance(view returns (uint256)
5
maxMint(view returns (uint256)
5
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
ET-Cat
notRevealedUri(view returns (string)
owner(view returns (address)
0x6f5b138ff228846d3f078bdd0a8b9807baa936f5
symbol(view returns (string)
EC
totalSupply(view returns (uint256)
4444
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 operatoruint256 tokenIdpayable 
flipReveal(
flipSaleActive(
mintOwner(
mintPublic(uint256 tokenQuantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMaxBalance(uint256 _maxBalance
setMaxMint(uint256 _maxMint
setMintPrice(uint256 _mintPrice
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(address to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURIstring initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(