Failed Gobblers Yacht Club
Verified contract
Active on
Ethereum with 348 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 "Failed Gobblers Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16018532 | 2 years ago | | | 0 | 0.00084933375 | |
| 15993569 | 2 years ago | | | 0 | 0.0010408255 | |
| 15993072 | 2 years ago | | | 0 | 0.0014437206 | |
| 15989496 | 2 years ago | | | 0 | 0.0012192288 | |
| 15989487 | 2 years ago | | | 0 | 0.0011976116 | |
| 15906647 | 2 years ago | | | 0 | 0.0011557082 | |
| 15901838 | 2 years ago | | | 0 | 0.00045322635 | |
| 15900861 | 2 years ago | | | 0 | 0.0012698018 | |
| 15900338 | 2 years ago | | | 0 | 0.0014132560 | |
| 15900334 | 2 years ago | | | 0 | 0.0012573866 |
ABI
ABI objects
Getter at block 21229723
cost() view returns (uint256)
0
freeAmount() view returns (uint256)
5
freeSupply() view returns (uint256)
8754
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
Failed Gobblers Yacht Club
owner() view returns (address)
0x0c6f79409d73a0ad7579729d8c0809f5eecf0bbb
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
FGYC
totalSupply() view returns (uint256)
2049
uriPrefix() view returns (string)
ipfs://QmV1CYD8ijDVnrqWtyRmUP6gVkPGTqvn86cTkJJkP93LTs/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeClaimed(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(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)
setFree(uint256 _amount)
setFreePerWallet(uint256 _amount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setProxy(uint256 _amount)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 quantity)
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()