Alpha Girl Club
Verified contract
Active on
Ethereum with 19,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145812 | 2 days ago | | | 0 | 0.00049477382 | |
| 21123649 | 5 days ago | | | 0 | 0.00048570732 | |
| 21109130 | 7 days ago | | | 0 | 0.00032982277 | |
| 21098339 | 9 days ago | | | 0 | 0.00015275187 | |
| 21084332 | 11 days ago | | | 0 | 0.00027396953 | |
| 21019540 | 20 days ago | | | 0 | 0.00030764285 | |
| 21019538 | 20 days ago | | | 0 | 0.00031718594 | |
| 21006776 | 22 days ago | | | 0 | 0.00024199779 | |
| 20985572 | 25 days ago | | | 0 | 0.00099439760 | |
| 20980264 | 25 days ago | | | 0 | 0.00069868778 |
ABI
ABI objects
Getter at block 21161379
AGC_GIFT() view returns (uint256)
500
AGC_MAX() view returns (uint256)
10000
AGC_PER_MINT() view returns (uint256)
4
AGC_PRICE() view returns (uint256)
80000000000000000
AGC_PUBLIC() view returns (uint256)
9500
contractURI() view returns (string)
ipfs://QmVJyrerdkoGYQXNgEXAQTDjtfUdAFzERAQEiveyLJSXYb
giftedAmount() view returns (uint256)
500
name() view returns (string)
Alpha Girl Club
owner() view returns (address)
0x604a04bc455292bdfcbea99f770a157b4a74d105
presaleLive() view returns (bool)
false
provenance() view returns (string)
04ace4c765dce1b165001215b3f4aef84c6b7913db6b0800ea2ac43f714330ee
saleLive() view returns (bool)
true
symbol() view returns (string)
AGC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(bytes32 hash, bytes signature, uint256 tokenQuantity) payable
gift(address[] receivers)
presaleBuy(bytes32 hash, bytes signature, uint256 tokenQuantity) 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 URI)
setContractURI(string URI)
setProvenanceHash(string hash)
setSignerAddress(address addr)
setVaultAddress(address addr)
togglePresaleStatus()
toggleSaleStatus()
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.