AstroGator Fam
Verified contract
Active on
Ethereum with 5,300 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 Fam"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219903 | 3 days ago | | | 0 | 0.0012523260 | |
| 21193445 | 7 days ago | | | 0 | 0.0016419256 | |
| 21134755 | 15 days ago | | | 0 | 0.00062626528 | |
| 21083482 | 23 days ago | | | 0 | 0.00035923190 | |
| 21069649 | 24 days ago | | | 0 | 0.00033176898 | |
| 21041463 | a month ago | | | 0 | 0.0010829567 | |
| 21041457 | a month ago | | | 0 | 0.0013184779 | |
| 21041440 | a month ago | | | 0 | 0.00087149598 | |
| 20997395 | a month ago | | | 0 | 0.00023533591 | |
| 20834917 | 2 months ago | | | 0 | 0.00085351889 |
ABI
ABI objects
Getter at block 21244767
AstroGatorPrice() view returns (uint256)
40000000000000000
MAX_AstroGators() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmedNYSeaDQXCUiMihzahzgmDv418ckNUgGVeP6rLhqB1T/
maxAstroGatorPurchase() view returns (uint256)
20
name() view returns (string)
AstroGator Fam
owner() view returns (address)
0x1c20f92de419d054781f0d4607325af2198b9d1f
remaining() view returns (uint256)
6000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
AGF
totalSupply() view returns (uint256)
4000
treasury() view returns (address)
0xe1466988b2f846f577454f6cb525814573bb0cd0
Read-only
balanceOf(address owner) view returns (uint256)
cache(uint256) view returns (uint256)
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)
flipSaleState()
mintAstroGator(uint256 numberOfTokens) 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)
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(string name, string symbol, uint256 maxNftSupply, address fundReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.