Astro Girls Society
Verified contract
Active on
Ethereum with 3,017 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 "Astro Girls Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236617 | 25 days ago | | | 0 | 0.0015222214 | |
| 21216236 | a month ago | | | 0 | 0.0010020445 | |
| 20936600 | 2 months ago | | | 0 | 0.0013704048 | |
| 20704045 | 3 months ago | | | 0 | 0.00024678185 | |
| 20704001 | 3 months ago | | | 0 | 0.00013523009 | |
| 20703875 | 3 months ago | | | 0 | 0.00020953638 | |
| 20703830 | 3 months ago | | | 0 | 0.00011610598 | |
| 20695043 | 3 months ago | | | 0 | 0.000039728490 | |
| 20689515 | 3 months ago | | | 0 | 0.00016889440 | |
| 20637457 | 4 months ago | | | 0 | 0.000058727665 |
ABI
ABI objects
Getter at block 21412836
NON_TIER1_PRICE() view returns (uint256)
80000000000000000
PUBLIC_MINT_CAP() view returns (uint8)
20
TIER1_MINT_CAP() view returns (uint8)
3
TIER1_PRICE() view returns (uint256)
50000000000000000
TIER2_MINT_CAP() view returns (uint8)
3
baseUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXt2X8Vt2Z2ix3ypnxyac4CSGSh3Anad5DcAyC47pzTPr/
extension() view returns (string)
.json
name() view returns (string)
Astro Girls Society
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x62c3bffdab91c0bb4bf0abbdd52d9f48889cfb12
publicLive() view returns (bool)
false
supply() view returns (uint256)
8888
symbol() view returns (string)
AGS
tier1MintLive() view returns (bool)
false
tier1Whitelist() view returns (bytes32)
0x0b6fddac9879b59627d54ddf2688ac3aadc6f64d9e839430fc4ee3a219b69ce2
tier2MintLive() view returns (bool)
false
tier2Whitelist() view returns (bytes32)
0xb6a8855311de0a7c34e6f61ff8dcf6ece49bd153130042df5d04fd6ed135aad8
totalSupply() view returns (uint256)
3888
withdrawAddress() view returns (address)
0xe3cb43481f105108f5e0fce0a3bc33a21e864c03
Read-only
balanceOf(address owner) view returns (uint256)
checkNumMinted(address user) view returns (uint256)
checkTier1Whitelist(bytes32[] proof) view returns (bool)
checkTier2Whitelist(bytes32[] proof) 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)
devMint(uint256 count, address to)
publicMint(uint8 numToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setMerkleTier1(bytes32 _whitelist)
setMerkleTier2(bytes32 _whitelist)
setMintCaps(uint8 _tier1, uint8 _tier2, uint8 _public)
setMintStages(bool _tier1, bool _tier2, bool _public)
setPrices(uint256 _tier1, uint256 _tier2)
setSupply(uint256 _supply)
setWithdrawAddress(address _addr)
tier1Mint(uint8 numToMint, bytes32[] proof) payable
tier2Mint(uint8 numToMint, bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.