Automatic Abstraction by Noan

Verified contract

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

No balances found for "Automatic Abstraction by Noan"

0x5004d9ca138fc95e0185e55dde55037fafc911fc82038363d0da366db59ff4ab
0x51301012a01821c6ddfbf0ac94aa376dcec245e514e9e7b5ca2966ea91959c16
0x83ccbe307c836f02b4fc8a2ae4fe0ede8b295864470abd3ac526be7e47bc58b9
0xded1799dbd73fcfd5912e01aca78c83d2fec0756f53a60c288eef6979f4c184d
0x0e85cfeda07fa02ddbea014e3837eb3e78f26e78361f334f249c58b540502ecd
0x5eb188d6d5905276eb30ffb54022ce3fe160f9a768933830bf8cdd34f798ce47
0xd7294f920fe0b9a8c871e3a276899e983971ee12cdbb9a5653b0ad6240a121a8
0x0647cd105e41637a76ec9cf39d1687a90aa2401f9798a4118af70f87fcd79863
0x4810f771c71b1a41cb23b3b4ced57db28af20ba62812eb6d6e9b0297700f0ad3
0x98517b94598e0cf2de08f1d4535d291857959ebeab4c070feefcb000bd7ca4c1

Functions
Getter at block 21189292
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://bafybeicdbguul3r4b7kzdpxqkkjbvpykipgjcmp62wijfx5mbun5z2otgm/
maxPerTransaction(view returns (uint256)
5
maxSupply(view returns (uint256)
350
name(view returns (string)
Automatic Abstraction by Noan
owner(view returns (address)
0x166d3efe6cc5bfa3cc2b316ccf485e9bdae4dfd6
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
AABN
totalSupply(view returns (uint256)
350
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 operatoruint256 tokenIdpayable 
publicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(