AI-PI

Verified contract

Active on Ethereum with 208 txns
Deployed by via 0x11e0020e at 16871341
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AI-PI"

0xf4692db6321aa2c4579c78ab015183cf3153566528d9a55cb07bf32e65db2393
0x2fc126486ac7d3f61225502e094b167095228893eaafc7b630e7a7e2504b07a2
0x9cee1d20468a28c90257d06b2848f9f5e30b9ff7ae2b3adacd33ddf667f97da1
0x2cffb657a1f041af271e504d3bc67dbd69a7f7e20907e597d4680d459a47d70a
0xc767cba396eb6b366f022dbbf8cac715545d5a11026f7431eb0f3544638446d7
0x19da82e6e75ab148e0c35fbe255c6f503d86a24110411c0c08ba8c6e5eac72cb
0xd526a1b366fe54997d808846c80c40edbf9c158456e1c282c54a00d9186c5d0c
0x818fac224f8f2b49befeec1f302b1a2adf1f6e33546282cf7220365ee66ac391
0xb6a627cfa8a0c43ba77d4a51cd623d09bd5df99d41f94f5bb7a63508f20be680
0x9cb2b9a9005ff1cb18826f638dfddec16a33c2e189c7659956292f90cec375a9

Functions
Getter at block 20967380
baseURI(view returns (string)
https://nftstorage.link/ipfs/bafybeib7mykzy744wh3c6yjazy6ulpxeu4vyudejgtvyle7yawtpekisd4/
cost(view returns (uint256)
5000000000000000
maxFreePerWallet(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
5
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
500
name(view returns (string)
AI-PI
owner(view returns (address)
0xe7223a80f4847449a4c8002264de30d9dcdcdda5
paused(view returns (bool)
false
symbol(view returns (string)
AIPI
totalSupply(view returns (uint256)
500
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
ownerMint(uint256 quantitypayable 
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreePerWallet(uint256 _amount
setMaxSupply(uint256 _maxSupply
setPaused(bool _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(
Fallback and receive

This contract contains no fallback and receive objects.

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