Abstract Nouveau

Verified contract

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

No balances found for "Abstract Nouveau"

0xad4468340638ae9c801048f2a17755695bf30958b780415b13a659ab9facc5c1
0x76a55b5cd29fd9001d0bf82b9a052ee1b181579058591f928740fdb12bf60e29
0x81c1fe8edd0efd62fdd80f0f22a30dfe68abfdc347f241c0253d01d5051b177e
0x2786468b98adf3cb827ae5933bf43abdd659ad723ef15fd6e798fb29054624bb
0x87af9b6b12e4e995be01b50be872a8a1dd03b5f315f2b068254fa3d7442ba8ad
0x03946e899e183ea71530574ff993bf852c1b57fb4ef5c39d73fca3e0d0874df1
0xc563e9824951272f29324939cc2a1220654092fc189194e9859630c4238621cf
From
0x335cf32cab82697943d8c22954b22ecf4b96b45bd6e27453f09c6f5ba330542f
From
0x1ffd773f30007b4addbd5fe27dfbd88c6bf7667f01c2f5e29dee2e17762f9679
0xd89d2e5cf075d9c137ab30e35180c2c165eb9b02601a27bcfafa23965a299ba0

Functions
Getter at block 20859305
MAX_QUANTITY(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
999
PUBLIC_PRICE(view returns (uint256)
90000000000000000
WHITELIST_PRICE(view returns (uint256)
70000000000000000
mintTime(view returns (bool)
false
name(view returns (string)
Abstract Nouveau
owner(view returns (address)
0x2f9ba3c3ef651b0e1f1b75b0319984f000293b30
publicMintTime(view returns (bool)
false
symbol(view returns (string)
AN
totalSupply(view returns (uint256)
94
whitelistMerkleRoot(view returns (bytes32)
0x0d0bef45829d86ae882fc6a052710d157d88ec48cdd995533390b5f8fdca858d
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (uint256)
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
flipState(
flipStatePublic(
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setTokenURI(string _baseTokenUri
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _quantitybytes32[] _merkleProofpayable 
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(