AnonChibi by PHUNKY

Verified contract

Active on Ethereum with 5,748 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $53.06
0x865cf6055ee0d08c376865b9c3c28f85169875d96b23e1fad62457846aa5810c
0xe7eb2e2cef880a5e4ab4390ca16d89572f72f6686d4c823d42580b233730a840
0x9809a41337651b921a810d18e9dadd01a8d2e99fed006c5bc43ad030c58daeac
0xdc20dfd3eaaa1fb4af5c9f0a37f399a9b7bc073f61e363766e7d56870e316c23
0xaca9269c39bcee82f24c709ed2154790c7fc272bcdfbb4d668c1e1e7e747c409
0x488bfd909b7641067c9bc5bf77f462200dcd7b7bcb2a83624fe2764e3ebc709b
0xed7a9cbbf3cdbe06efc7eb47981a643270bca03d740b267c1432c2084a51dd43
0xca8eef90249c0cb59d5e5d1f807a5e275262375e1e4c71215cee6a5a91b30e79
0xdf22926d3db1123c232cf24c172cb3870405f3bf2f4855281d84248447822921
0x47553f2d1b4bb6ef84d1585509cab43eb307ddf96329dc566e9077b4e206a899

Functions
Getter at block 20856325
_baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmUtGG4FoPkNCm54b1cD86ucJpT2iXx2YMnT8kKiwMzoSN/
maxPerWallet(view returns (uint256)
10
name(view returns (string)
AnonChibi by PHUNKY
owner(view returns (address)
0x01850ac5f752a2d74f6a11ce6d74113415f06eb7
presaleMaxPerWallet(view returns (uint256)
2
presalePrice(view returns (uint256)
0
presaleSupply(view returns (uint256)
8000
price(view returns (uint256)
0
saleState(view returns (uint8)
1
supply(view returns (uint256)
10000
symbol(view returns (string)
ACP
totalSupply(view returns (uint256)
10000
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
presale(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPerWalletMax(uint256 _val
setPresalePerWalletMax(uint256 _val
setPresalePrice(uint256 newPrice
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(