Grand Goose Mansion
Verified contract
Active on
Ethereum with 182 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($156.54)
Native
Value
$156.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,130.89 |
$156.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15179919 | 2 years ago | | | 0 | 0.00075738835 | |
| 14996998 | 2 years ago | | | 0 | 0.0021177936 | |
| 14976992 | 2 years ago | | | 0 | 0.0015229640 | |
| 14762342 | 3 years ago | | | 0 | 0.0057029367 | |
| 14749673 | 3 years ago | | | 0 | 0.0013738176 | |
| 14749667 | 3 years ago | | | 0 | 0.0021180299 | |
| 14587188 | 3 years ago | | | 0 | 0.0022908043 | |
| 14553711 | 3 years ago | | | 0 | 0.0022054295 | |
| 14398716 | 3 years ago | | | 0 | 0.0052724971 | |
| 14398707 | 3 years ago | | | 0 | 0.0042290082 |
ABI
ABI objects
Getter at block 21187443
RootHash() view returns (bytes32)
0x96dfb0bece98031ee0931cc81be8c6233ffc83329ff7381790d41a9b8fde1b7d
cost() view returns (uint256)
50000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmNqYVv5RMyTQUpJwCoVuFQFxLj6YkQuESZNsqzHKZ6keS/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
7777
name() view returns (string)
Grand Goose Mansion
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x9b2275fae241c30584221c0d7e10e907cd42925c
paused() view returns (bool)
false
preSaleWalletLimit() view returns (uint256)
5
revealed() view returns (bool)
true
symbol() view returns (string)
GGM
totalSupply() view returns (uint256)
183
uriPrefix() view returns (string)
ipfs://QmU1armRgV9fJ9cPKDWHbunVLKb3V2CQCXztixncRZWXh4/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
ownerMint(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
setPreSaleWalletLimit(uint256 _PreSaleWalletLimit)
setRevealed(bool _state)
setRootHash(bytes32 _Root)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) 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.