GossApeGirl
Verified contract
Active on
Ethereum with 11,593 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c9b…3dfb
Balances ($228.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0715 | $3,196.55 |
$228.55 | |
GG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156469 | 3 hours ago | | | 0 | 0.00051108501 | |
| 21155536 | 6 hours ago | | | 0 | 0.00059866969 | |
| 21148485 | a day ago | | | 0 | 0.00058513464 | |
| 21130778 | 4 days ago | | | 0 | 0.00091483757 | |
| 21114287 | 6 days ago | | | 0 | 0.00014329682 | |
| 21114286 | 6 days ago | | | 0 | 0.00026009957 | |
| 21077591 | 11 days ago | | | 0 | 0.00045896144 | |
| 21058935 | 14 days ago | | | 0 | 0.00026768294 | |
| 21044609 | 16 days ago | | | 0 | 0.00036897255 | |
| 21041532 | 16 days ago | | | 0 | 0.00037553575 |
ABI
ABI objects
Getter at block 21157449
_baseURI_() view returns (string)
ipfs://QmaUszwXQxZSfqwgBPd9RDfoUB8UpXiqSrSHHDg9qaqMDt/
baseTokenURI() view returns (string)
ipfs://QmaUszwXQxZSfqwgBPd9RDfoUB8UpXiqSrSHHDg9qaqMDt/
maxSupply() view returns (uint256)
7000
mintPrice() view returns (uint256)
49000000000000000
mintPriceWhitelist() view returns (uint256)
30000000000000000
name() view returns (string)
GossApeGirl
owner() view returns (address)
0xcfd738532ab4ed5d5627863482890e53515fcdef
publicMaxPerTransaction() view returns (uint256)
5
publicStartSaleTimestamp() view returns (uint256)
5
root() view returns (bytes32)
0xc17cbc13e095f5e59257475f980f3766a07f4eefb304d00d7a4ca0a9f545e290
symbol() view returns (string)
GG
totalSupply() view returns (uint256)
7000
whitelistMaxPerTransaction() view returns (uint256)
5
whitelistMaxPerWallet() view returns (uint256)
5
whitelistStartSaleTimestamp() view returns (uint256)
5
withdrawTo() view returns (address)
0x2c9bc65010d5ecc8d2f7dce5dc492be506593dfb
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistWalletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address _address, uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setMaxSupply(uint256 value)
setMerkleRoot(bytes32 merkleroot)
setMintPrice(uint256 priceWei)
setMintPriceWhitelist(uint256 priceWei)
setPublicMaxPerTransaction(uint256 value)
setPublicStartSaleTimestamp(uint256 value)
setWhitelistMaxPerTransaction(uint256 value)
setWhitelistMaxPerWallet(uint256 value)
setWhitelistStartSaleTimestamp(uint256 value)
setWithdrawTo(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] proof) payable
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.