asianCat

Verified contract

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

No balances found for "asianCat"

0x731091ee4833b16f01c7500dd7bdcdae1073269c66716d23cf617345c5bdbe7d
0x1edf866f80377516d03e4c992cbd008a6bff4f42190aeaa77d69cf880eea4cda
0x2b18432acd0916f5444aaa490a7e02d2b70aa3eaadffa09e009b95468bb93126
0x498fb25e6d3bd55602b8e37255935e917496046fc7154c213a16247bd7d9470f
0xa8e209261dee7f2ed8359ba80d9c988af0b2d6f981b69d5deb31759169e53e0b
0xc802f52c237d255081b21c6de2d344f016099755c263ba9ab5f95cba526d2dfe
0x996dd86a202e5b15367cd807322dbbc78276a87ae64f869945031a1536d79ac0
0x85531faf48521b3cd944ad27fbd043cad921a15d996b96f575dd8a29cb7efc3a
0xb253a8ebb706023beb73fcae00057593fbac58e5e4c8f2d897e2e26154b0647d
0xeab84a167a16dc70bfc31e86acdbb97e6de776b839bc19f1a3edf624042c7885

Functions
Getter at block 21033953
_maxFreeMintPerAddr(view returns (uint256)
2
_maxFreeMintSupply(view returns (uint256)
1000
_maxMintPerTx(view returns (uint256)
10
_maxSupply(view returns (uint256)
10000
_mintPrice(view returns (uint256)
0
baseURI(view returns (string)
https://ipfs.io/ipfs/QmSCKxvh5bEQfe3KrSoPttK9XPuTBgBr3TYZoYGT6j4Wvy/
name(view returns (string)
asianCat
owner(view returns (address)
0xf08004f75c64e43fc3b4acac09654e779f291dde
symbol(view returns (string)
asianCat
totalSupply(view returns (uint256)
10000
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
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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 initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(