ASTRA GENESIS NFT
Verified contract
Active on
Ethereum with 1,664 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 "ASTRA GENESIS NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21415961 | a day ago | | | 0 | 0.0010734067 | |
| 21415952 | a day ago | | | 0 | 0.0011220944 | |
| 21413961 | a day ago | | | 0 | 0.00036912221 | |
| 21409164 | 2 days ago | | | 0 | 0.00029781731 | |
| 21397963 | 4 days ago | | | 0 | 0.00043068325 | |
| 21393642 | 4 days ago | | | 0 | 0.00074377216 | |
| 21387920 | 5 days ago | | | 0 | 0.0011029983 | |
| 21387835 | 5 days ago | | | 0 | 0.0013943680 | |
| 21342332 | 11 days ago | | | 0 | 0.00065188195 | |
| 21327054 | 14 days ago | | | 0 | 0.00094827338 |
ABI
ABI objects
Getter at block 21423811 fcfsOpenCountdown() view returns (uint256)
fcfsMerkleRoot() view returns (bytes32)
0x2a928a54d7ed1a81c31c5b8f82d0a4515febade6c0e87680812f9411a8911808
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 owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
fcfsMint(bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFCFSMerkleRoot(bytes32 _merkleRoot)
setMintStatus(uint8 _status)
setTokenURI(string _tokenURI)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof)
withdraw()
withdrawERC20(address _token)
withdrawNFT(uint256 _tokenId)
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(string name, string symbol, address _owner, string _tokenURI, uint256 _maxSupply, bytes32 _whitelistMerkleRoot, bytes32 _fcfsMerkleRoot)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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)