ASTRA GENESIS NFT

Verified contract

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

No balances found for "ASTRA GENESIS NFT"

0x8b51f7ff55d25959481fc011299aa1871ba3e92a709da2fb76ba10c4045f832d
0xaef83650d8d33363f57b16365d78093c1bd60aa43ea8fec679d9afbb4bb71054
0x2ed42dfd20040ba3f0b5a0967cf9f4ef27a134846d4816486c90bc23a567a4a7
0xd5e475c8dd9ad80ed690d5dfdde322adc631e9c640608fd3a161dbd194599b75
0x37a9423d59c8be49b4cad6026fea056f092f026ad12381cb4e909299fda7a1e4
0xf5425d9bead4f741ca8f5c650de1eb2f827a589f8291dc296560da90253634bd
0x40874b863513903aa82ce24b0882a37465255aa3e601dad7f38f47ec8d8ad0e3
0xe99f5a733e1bf181e8f29aad73ac463674b7efae6558cf2864f4675f8f87628b
0xd9f4945f4c2f9b688831d7f0bb9f7eb2c83459b1934e3ee2fc968eccd46b17e8
0x23114f8c0562fd3ce48eff8f6b6a5f7d53658cba9d1867a32de077063645ab42

Functions
Getter at block 21423811
fcfsMerkleRoot(view returns (bytes32)
0x2a928a54d7ed1a81c31c5b8f82d0a4515febade6c0e87680812f9411a8911808
 
fcfsOpenCountdown(view returns (uint256)
fcfsStartDelay(view returns (uint256)
21600
getStatus(view returns (uint8)
2
maxSupply(view returns (uint256)
800
mintStatus(view returns (uint8)
2
name(view returns (string)
ASTRA GENESIS NFT
owner(view returns (address)
0xb1ac39a9078056ae063618ed9e2f54d04f8196ee
symbol(view returns (string)
ASTRA GENESIS NFT
tokenURI(view returns (string)
https://0xastra.oss-us-west-1.aliyuncs.com/all_json/
totalSupply(view returns (uint256)
800
whitelistMerkleRoot(view returns (bytes32)
0x4ea1eade3f387ec727e57108e0beeb2469f4ebf7159bfa2d972f0cc9df3d5491
whitelistStartTime(view returns (uint256)
1725011975
Read-only
balanceOf(address ownerview returns (uint256)
claimed(addressview returns (bool)
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 touint256 tokenId
fcfsMint(bytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setFCFSMerkleRoot(bytes32 _merkleRoot
setMintStatus(uint8 _status
setTokenURI(string _tokenURI
setWhitelistMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProof
withdraw(
withdrawERC20(address _token
withdrawNFT(uint256 _tokenId
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 namestring symboladdress _ownerstring _tokenURIuint256 _maxSupplybytes32 _whitelistMerkleRootbytes32 _fcfsMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account