SimpleCat

Verified contract

Active on Ethereum with 833 txns
Deployed by via 0xf51f0f7f at 16251366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SimpleCat"

0x09cac169f633c51736984c92ce0394f0a5effdc9bb8b66c246211b3130f310a0
0xd4187d8a2a50e67f752100f802b825e5e0c93be70a17913704a065b4ad9dd984
0x54a86896e4b7ac3398125d4da31cf36351558533e9b24b8b40d320487a0dc6c1
0x1bae624c2b84066801f32be81f949b9d1032fa790fac6f7d7313c20500e37a0b
0x065aea6eef880fb99cc9f654b1e9f64f63e6eaea02448e76392462c23255a898
0x8b54a6cb454b6fbc00e82b5b29365123cc549f44ba24705363622535f33aace5
0xd259a160cfbdbbcb99c074acef15ed85a481345faf6e4a62f5b044960f1a1e7c
0x379c39657d21aca8b85fb8295ed875eca4fdce65110d2411671cf1b97449c368
0x9039243804e45b24bf5d8eadb71636db24475768bd02c81224ef38181030928c
0x284b30e537aa70f87d42b1d652edd06a8c5668e4c227b8ab05cd6359d4ec5585

Functions
Getter at block 21227993
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
777
name(view returns (string)
SimpleCat
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
SCat
totalSupply(view returns (uint256)
612
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
airdrop(uint16 _mintAmountaddress _receiver
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setUri(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
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(