ArtificialPerception
Verified contract
Active on
Ethereum with 1,226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ArtificialPerception"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18895287 | a year ago | | | 0 | 0.00066940918 | |
| 16532086 | 2 years ago | | | 0 | 0.00034093302 | |
| 16525025 | 2 years ago | | | 0 | 0.00034491311 | |
| 16329661 | 2 years ago | | | 0 | 0.00045941512 | |
| 16256122 | 2 years ago | | | 0 | 0.00057318885 | |
| 15554349 | 2 years ago | | | 0 | 0.00041743480 | |
| 15517027 | 2 years ago | | | 0 | 0.00031737513 | |
| 15510257 | 2 years ago | | | 0 | 0.00035337861 | |
| 15492023 | 2 years ago | | | 0 | 0.0013373787 | |
| 15382465 | 2 years ago | | | 0 | 0.00017950994 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMint(uint256 _supply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _freeMintSupply, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()