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 "The Goose NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105374 | 24 days ago | | | 0 | 0.00016353023 | |
| 20630235 | 3 months ago | | | 0 | 0.000061319159 | |
| 20148981 | 5 months ago | | | 0 | 0.000079588020 | |
| 18424871 | a year ago | | | 0 | 0.00057760716 | |
| 18356480 | a year ago | | | 0 | 0.00025637858 | |
| 18274173 | a year ago | | | 0 | 0.00025362219 | |
| 17822851 | a year ago | | | 0 | 0.0011709898 | |
| 17515951 | a year ago | | | 0 | 0.0016136794 | |
| 17515949 | a year ago | | | 0 | 0.0015075897 | |
| 17515947 | a year ago | | | 0 | 0.0014150066 |
ABI
ABI objects
Getter at block 21280337
baseURI() view returns (string)
https://ipfs.io/ipfs/QmVcU9KKUgj32EzKgiC96s7ZHrfqLgpx7AFTfbcQFGKG3K/
enableOgMint() view returns (bool)
true
enabledMint() view returns (bool)
true
freeAmount() view returns (uint256)
1
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
5555
name() view returns (string)
The Goose NFT
ogFreeAmount() view returns (uint256)
2
owner() view returns (address)
0x81d86f76de96661163032d3694e37aaefdb920cd
publicMintPrice() view returns (uint256)
6900000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
Goose
teamMinted() view returns (uint256)
0
teamReserve() view returns (uint256)
100
totalSupply() view returns (uint256)
5555
unRevealedURI() view returns (string)
https://ipfs.io/ipfs/QmaUF5bvBmqHaUPLwH3yZiL695Gq8hjoksyJUKrtiQyGCS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOGFn(address addr) 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 addOG(address[] addressList)
approve(address to, uint256 tokenId)
flipMint()
flipOgMint()
flipReveal()
ogMint(uint256 amount) payable
publicMint(uint256 amount) 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)
setMaxPerWallet(uint256 _amount)
setPublicPrice(uint256 _newPrice)
setUnRevealedURI(string uri)
teamMint(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()