RATSCII

Verified contract

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

No balances found for "RATSCII"

0x48685e6664870284af65158d9a7b8e6c89bfe7ab1c50dab86bed2f414be298a3
0x23e5ed64c095cc1f5c7a809f66837524a48bd02848cee46e4815cc620eea95d4
0xcb881bc8b0dd3fc6e30df2fe8ccd43e89f7354431496a146067827486fb7349e
0xb20e22208ed3417289368936fd8d2f100c11ff7d4084cc4cfb0ef130c7053281
0x67962024cb33d6647f199e3f891d204347d28e74c9b5decb3760a0043ba71653
0x91aae4b912b6cb517459bec89de1a5028d7c9091da0a3c90855aba7f3c3a0980
0x392e64a81eec4d64a38fde9885b3292d157f44db7c838dd31cd8d12672f07f80
From
0x6924eca37935f78594b838a5e56c0e80b2ab1f0988a94476a7bb9494148a9969
From
0x05abe928019246862dce356f1e1bba6c035cd438b62112ce270f808653f3284a
0x7f80fdb4845def1c92ae7bb83d55de34eae78e576486872627fa3f779e974fb8

Functions
Getter at block 21158435
TOTAL_MAX_SUPPLY(view returns (uint256)
8880
contractURI(view returns (string)
freeMintCount(view returns (uint256)
6882
maxFreeMintPerWallet(view returns (uint256)
8
maxPublicMintPerWallet(view returns (uint256)
20
name(view returns (string)
RATSCII
owner(view returns (address)
0xd1edf91aa8d74371f2a31bebbcdff85beb2f6bcc
publicTokenPrice(view returns (uint256)
2000000000000000
saleStarted(view returns (bool)
false
symbol(view returns (string)
RATSCIICII
totalFreeMints(view returns (uint256)
6880
totalSupply(view returns (uint256)
7777
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintClaimed(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
flipSaleStarted(
mint(uint256 _quantitypayable 
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string _URI
setFreeMintCount(uint256 _count
setMaxFreeMintPerWallet(uint256 _count
setMaxPublicMintPerWallet(uint256 _count
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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(
Fallback and receive

This contract contains no fallback and receive objects.

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