AstroGator VX
Verified contract
Active on
Ethereum with 1,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "AstroGator VX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227455 | 8 days ago | | | 0 | 0.00037140313 | |
| 20210908 | 5 months ago | | | 0 | 0.00092975670 | |
| 20023329 | 6 months ago | | | 0 | 0.00049196504 | |
| 20023326 | 6 months ago | | | 0 | 0.00058863012 | |
| 20020105 | 6 months ago | | | 0 | 0.0018128005 | |
| 19508938 | 8 months ago | | | 0 | 0.0062109783 | |
| 19429847 | 9 months ago | | | 0 | 0.011083896 | |
| 18789219 | a year ago | | | 0 | 0.0035480002 | |
| 18785512 | a year ago | | | 0 | 0.0018124341 | |
| 18362071 | a year ago | | | 0 | 0.00057610293 |
ABI
ABI objects
Getter at block 21287681
AstroGatorPrice() view returns (uint256)
200000000000000000
BaseURIUnchangeable() view returns (bool)
false
MAX_AstroGators() view returns (uint256)
3000
astro2dContract() view returns (address)
0x2af743179e9d464c9bd687e90bc18f5ea146950f
baseURI() view returns (string)
ipfs://QmPCSQCqsbUe7vooQYdT5qkEcZAze6iojQkoZdL569psRy/
eachPhaseSupply() view returns (uint256)
1000
maxAstroGatorPurchase() view returns (uint256)
20
name() view returns (string)
AstroGator VX
nextTokenId() view returns (uint256)
10000
owner() view returns (address)
0x0e24aef6db1fd4ad8ad937bcef2182108fa9c859
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
rootForClaim() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
saleIsActive() view returns (bool)
false
startingIndexForFirst() view returns (uint256)
0
startingIndexForSecond() view returns (uint256)
0
startingIndexForThird() view returns (uint256)
0
symbol() view returns (string)
AGVX
totalSupply() view returns (uint256)
1734
treasury() view returns (address)
0x9d03e845a08cce64e2bbf38d8c42f7dccc533a16
Read-only
balanceOf(address owner) view returns (uint256)
claimedTokenId(uint256) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimAll()
claimById(uint256 tokenId, bytes32[] proof)
claimByList(uint256[] tokenList)
flipSaleState()
lockBaseURI()
mint(uint256 numberOfTokens, bytes32[] proof) payable
renounceOwnership()
reserveAstroGators(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setStartingIndexForFirst()
setStartingIndexForSecond()
setStartingIndexForThird()
setroot(bytes32 _root)
setrootForClaim(bytes32 _rootForClaim)
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)
BaseURISet(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RootForClaimSet(bytes32 rootForClaim)
RootSet(bytes32 root)
SaleStateFlipped(bool saleIsActive)
StartingIndexForFirstSet(uint256 startingIndexForFirst)
StartingIndexForSecondSet(uint256 startingIndexForSecond)
StartingIndexForThirdSet(uint256 startingIndexForThird)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxNftSupply, address fundReceiver, address astro2dContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.