AIProbablyNothing

Verified contract

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

No balances found for "AIProbablyNothing"

0x1c4f362dc6c03bd3e12cc0ade9680897bbb38f275945b7918433771f3a34953a
0xcf4d7eeb3005d4e63f783587515f8c76ed8eee5072f0dece9ddd72ea157edabe
0x7281defd7c0dd4a888cd1fbd1b8655885ea845a3f6c9fedb2f9a3f5a59e6b1ec
0x3e3597af35d02fedf42875e7db8f9b1defe2c66f4dc4c9c0fc34e5eb8de018f7
0x9907c39b1de45c5347421bda7939013a5911b9c44ab5ef571aedf71c94b535a9
0x6d6fc454e2fb0340dac9d5ad455833af918cbb1b0b0cafa918af1df20e452f82
0xcf549e3d0e6de917c60bec9e9e8c4f29e74c75bd6511520c5b77d9d22e283740
0xb46b78ab8721ea1f1d7348d67c5a403ef418c73bcf0a3d2da6cd6d19b433d518
0x81d46c008348be61c5b238ba33d1c6c97d75ff0f586fac455955c63aaa70f247
0xa5db814faf617d120c716495684d18e22bb2112bcebddcc761d738790a03a5b8

Functions
Getter at block 21063805
baseURI(view returns (string)
https://ipfs.io/ipfs/QmeSTF25bcKW5CLsEy8tSTfTYA8RRErrLM8PmnkKvNwFMP/
maxFreePerWallet(view returns (uint256)
20
maxPerTx(view returns (uint256)
100
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
7676
mintEnabled(view returns (bool)
true
name(view returns (string)
AIProbablyNothing
owner(view returns (address)
0xb172b147d7091c96d08feae423e5a0bc1b878615
price(view returns (uint256)
0
revealed(view returns (bool)
true
symbol(view returns (string)
AIPN
totalFree(view returns (uint256)
7676
totalSupply(view returns (uint256)
3183
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)
State-modifying
approve(address touint256 tokenId
flipReveal(
flipSale(
mint(uint256 amtpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setMaxPerTx(uint256 _newAmount
setMaxPerWallet(uint256 _newAmount
setPrice(uint256 _newPrice
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(