FvckGobblers
Verified contract
Active on
Ethereum with 2,299 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 "FvckGobblers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19897051 | 6 months ago | | | 0 | 0.00015285776 | |
| 19099287 | 10 months ago | | | 0 | 0.00061919328 | |
| 18903696 | 10 months ago | | | 0 | 0.00054788644 | |
| 18643745 | a year ago | | | 0 | 0.0013708004 | |
| 17899510 | a year ago | | | 0 | 0.00046629078 | |
| 17517372 | a year ago | | | 0 | 0.00044671200 | |
| 17377899 | a year ago | | | 0 | 0.0012161308 | |
| 17288885 | a year ago | | | 0 | 0.0022891657 | |
| 17163749 | 2 years ago | | | 0 | 0.0026912225 | |
| 17009448 | 2 years ago | | | 0 | 0.00050596730 |
ABI
ABI objects
Getter at block 21184726
cost() view returns (uint256)
9000000000000000
freePerWallet() view returns (uint256)
2
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
2000
name() view returns (string)
FvckGobblers
owner() view returns (address)
0x93adacb5c5b9ab4638613ea2bdb4741268734aff
requiredBalance() view returns (uint256)
0
status() view returns (bool)
true
symbol() view returns (string)
FAG
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _wallet) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _recipients, uint256[] _mintAmounts)
approve(address to, uint256 tokenId)
flipSaleStatus()
mint(uint256 _count) payable
modifyWL(uint256 _requiredBalance)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()