The latest block we've processed for this chain is 21213264, which is 19 minutes old. We're running behind the tip but working to resolve the issue.

ArtificialPerception

Verified contract

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

No balances found for "ArtificialPerception"

0x1ab7f8a193d1ba645ef1f2240d72579f81d4e27bd889c3918ab1545caeb1f0b2
0x5f0afbfd5444e520c69f11aa6decd74a86d45e5a86961ffdb207abfa318fbdb1
0xbc0d84ee1a2440d2d0fd8e41eab09bd37902a06191928b7a6842b59c23b4dcf7
0x968ede99245a137830cd07bc81e2550f895e97742be750a36331fb79d8d732de
0x9eb18420b39564a87a9a8fd6d35e68e7e74b27cea9afb373a67137f060eb4eef
0xc853bbd1364b78f41226d7cb2632a822b037ac55aa08ca18798b9bd84a1df93a
0xbe8f97bcbaa9ec959e5a691c98c5e84be069171584aa509a12f72f188987c735
0x34cfd327298282406e1fdfc4c6bb4ebc6d8d5e8e0049aa1b57a350ad3567d03e
0x426afa1e79d9a7c5022bc1eea9581816f5284fceeeaeb5abc89c5fa07436d7b4
0x706c2db63083e9a04a86c9a9a39aae6bcf904c28fc2d18fcedfcf6c8ffd9cb56

Functions
Getter at block 21213263
cost(view returns (uint256)
5000000000000000
freeMintSupply(view returns (uint256)
100
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
500
name(view returns (string)
ArtificialPerception
owner(view returns (address)
0x239205c066aee635c0c2519672a050a68caad8e0
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
ARTAI
totalSupply(view returns (uint256)
500
uriPrefix(view returns (string)
ipfs://QmQXrqif61DEmd4A6VLdgZo4Edp3RTVtSwkbBVFvr6eKjV/
uriSuffix(view returns (string)
.json
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)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMint(uint256 _supply
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
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 _tokenNamestring _tokenSymboluint256 _costuint256 _freeMintSupplyuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(