Ad Astra Club

Verified contract

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

No balances found for "Ad Astra Club"

0x1109ce33019a2256ba66da643f317d3265797e6cb74c1806d1c663082dd8bb13
From
0xbc9da5ff7430e4150b8c33afe41e81971f112312fa6c7d4251cedb8019a6306e
0xc19fd1c114dcdf1399a1c42d231871f2b64635028c28636579133363fc41eb38
0xf91415c2bcbf949e4e380f35eed757f6273dd5eb40aeda5437b70e9a85fee802
0x129c8841f7bb512fd4b987e9231d5f2f9d6927f44ed6a67cd2cdfe87119b6329
0x51429e71ede2266cbea7a4a7f7c9d99b67b1ffc2a60bf2326f5f353e1246eb80
0x6e25119e84eeab580e186c994e37250b8310203dc08e24359d44311de6339c5a
0x8748f5c8e23bbfe81b6656bd6e267deb014c5895095631ca1fc5a0b92bed83eb
0x15df0a64bf346b1eebe75a021ec805c194144ec61b2eaf60357f317afe17c37d
From
0x3bbd21d5e082e1f401edb1e460e05213a83b69b7b739541a98c0240fdfd3542b

Functions
Getter at block 21164225
maxMintAmountPerPresaleAccount(view returns (uint64)
2
maxMintAmountPerPublicAccount(view returns (uint64)
1
maxSupply(view returns (uint128)
3333
merkleRoot(view returns (bytes32)
0xda45221dee1f3c3a425469f72f6615b6e96b5c04c539537995cb871960e34825
name(view returns (string)
Ad Astra Club
owner(view returns (address)
0xb763a6ec1f1f624cdf8501f4db7cc7aaa6b4c324
presaleActive(view returns (bool)
false
presaleAmountMinted(view returns (uint128)
2500
presaleSupply(view returns (uint128)
2500
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
Ad Astra Club
teamAmountMinted(view returns (uint128)
333
teamSupply(view returns (uint128)
333
totalMinted(view returns (uint256)
3333
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPublicAmountMinted(address _ownerview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
mintForAddress(uint64 _mintAmountaddress _receiver
presaleMint(bytes32[] _merkleProofuint64 _mintAmountpayable 
publicMint(uint64 _mintAmountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setMaxMintPerPresaleAccount(uint64 _maxMintPerPresaleAccount
setMaxMintPerPublicAccount(uint64 _maxMintAmountPerPublicAccount
setMaxSupply(uint128 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPresaleActive(bool _state
setPublicActive(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
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(