AnonChibi by PHUNKY
Verified contract
Active on
Ethereum with 5,748 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($72.23)
Native
Value
$72.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,611.29 |
$72.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19659413 | 8 months ago | | | 0 | 0.00052907275 | |
| 19605590 | 8 months ago | | | 0 | 0.00090782852 | |
| 19082171 | 10 months ago | | | 0 | 0.00030827835 | |
| 18905683 | a year ago | | | 0 | 0.00030831746 | |
| 17964788 | a year ago | | | 0 | 0.0014189060 | |
| 17621998 | a year ago | | | 0 | 0.0030030239 | |
| 17515940 | a year ago | | | 0 | 0.0013272383 | |
| 17427669 | a year ago | | | 0 | 0.00084555395 | |
| 16812509 | 2 years ago | | | 0 | 0.00083924066 | |
| 16586178 | 2 years ago | | | 0 | 0.0017736470 |
ABI
ABI objects
Getter at block 21324884
_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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPerWalletMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()