Ad Astra Club
Verified contract
Active on
Ethereum with 6,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ad Astra Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19836945 | 6 months ago | | | 0 | 0.000077613601 | |
| 19705230 | 7 months ago | | | 0 | 0.00075750101 | |
| 19705228 | 7 months ago | | | 0 | 0.00083517019 | |
| 19705226 | 7 months ago | | | 0 | 0.0011118666 | |
| 19705224 | 7 months ago | | | 0 | 0.00050144705 | |
| 19659458 | 7 months ago | | | 0 | 0.00024896752 | |
| 19659455 | 7 months ago | | | 0 | 0.00022903005 | |
| 18908109 | 10 months ago | | | 0 | 0.00063159706 | |
| 18903840 | 10 months ago | | | 0 | 0.00048824055 | |
| 18298513 | a year ago | | | 0 | 0.00014907581 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPublicAmountMinted(address _owner) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mintForAddress(uint64 _mintAmount, address _receiver)
presaleMint(bytes32[] _merkleProof, uint64 _mintAmount) payable
publicMint(uint64 _mintAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMaxMintPerPresaleAccount(uint64 _maxMintPerPresaleAccount)
setMaxMintPerPublicAccount(uint64 _maxMintAmountPerPublicAccount)
setMaxSupply(uint128 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleActive(bool _state)
setPublicActive(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()