Club Astraea Membership

Verified contract

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

No balances found for "Club Astraea Membership"

0xf2a83ab0c9c115644b60d05a5f04345b769ff7c3a97002fb0a596b2c1ecfabb0
0x7a9d237666aab3c29b54056252a3cc6398930654d5be0af5c6659f4a3acde775
0x0aa13e523c12097d621aff33f6f5f6dc44e0f84b102be76396c26a59f72a258c
0x0f6e46865dfd8a24c1bbbfb7baa9712fc7900789766c7d6e6499bd647c9a0d4d
0xf78bf97536c41397b35a31e188cefa09a54df9039590ebb9c476a52636c5c2de
0x32dff83506b17711ecf05840574deb91ee60f6d773b05ad7a55eed2b96761c09
0xcfa72f1a378cf867ef63cce4b29f70a8fdecc9fb27ca5e3044a858bb613d5e9c
0x460b3f8168f78b8869efef7af746ed752bb2a10fccf3ca5c49555b901fde365e
0xf84441bcf1f7d4811b0f1883c7545b6651627e3f82c2a974f251800754953a3c
0x4fcf4e633e507781a2b8f7fc0c831c2c80814824f1775c7dfa909b24caf8d4a9

Functions
Getter at block 20882027
MAX_NFT_SUPPLY(view returns (uint256)
1000
MAX_NFT_WL(view returns (uint256)
1000
MAX_PRESALE_MINTS_PER_ADDRESS(view returns (uint256)
1
MAX_SALE_MINTS_PER_ADDRESS(view returns (uint256)
1
MINT_OPEN_TIMESTAMP(view returns (uint256)
1664031600
REVEAL_TIMESTAMP(view returns (uint256)
1
WL_OPEN_TIMESTAMP(view returns (uint256)
1663945200
WL_price(view returns (uint256)
0
name(view returns (string)
Club Astraea Membership
owner(view returns (address)
0xda1ab7c5c102fe09759cd3094ba298c1237baf2f
price(view returns (uint256)
0
symbol(view returns (string)
Club Astraea
tokensMinted(view returns (uint256)
1000
totalSupply(view returns (uint256)
1000
totalTokenSupply(pure returns (uint256)
1000
whitelistMerkleRoot(view returns (bytes32)
0x1b42743e4847c46814a903126a97352f4154475b81c129843ea54ecced6af54b
Read-only
balanceOf(address ownerview returns (uint256)
collectionInWallet(address _ownerview returns (uint256[])
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOnWhitelist(bytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mintNFTTokens(uint256 _countpayable 
mintPresale(uint256 _countbytes32[] merkleProofpayable 
renounceOwnership(
reveal(uint256 _revealTimeStampstring baseURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMintOpenTimestamp(uint256 _timestamp
setNewMaxPreSaleMintsPerAddress(uint256 _newMaxPreSaleMintsPerAddress
setNewMaxSaleMintsPerAddress(uint256 _newMaxSaleMintsPerAddress
setPrice(uint256 _newPrice
setWLOpenTimestamp(uint256 _timestamp
setWLPrice(uint256 _newPrice
setWLSupply(uint256 _amount
setWhitelistMerkleRoot(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
withdrawTokens(address token
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(string baseURIuint256 mintTimestampuint256 wlTimestamp
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(