Fast Food Goblins
Verified contract
Active on
Ethereum with 1,833 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 "Fast Food Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18228981 | a year ago | | | 0 | 0.00034802402 | |
| 17970312 | a year ago | | | 0 | 0.0011925117 | |
| 17258314 | 2 years ago | | | 0 | 0.0018067907 | |
| 17053672 | 2 years ago | | | 0 | 0.0012134165 | |
| 17014577 | 2 years ago | | | 0 | 0.0010707447 | |
| 16638498 | 2 years ago | | | 0 | 0.0018503817 | |
| 16510099 | 2 years ago | | | 0 | 0.00033556714 | |
| 16309864 | 2 years ago | | | 0 | 0.00069815413 | |
| 16301025 | 2 years ago | | | 0 | 0.0011302637 | |
| 16301019 | 2 years ago | | | 0 | 0.00090285291 |
ABI
ABI objects
Getter at block 21304880
FREE_MINTS_PER_USER() view returns (uint256)
2
PUBLIC_SALE_PRICE() view returns (uint256)
0
TOTAL_FREE_MINTS() view returns (uint256)
2000
baseURI() view returns (string)
ipfs://QmZN15KDcnqpreKMMaJFbbhxtVTANtBaqTMRBcP4A6MqNv
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
9999
name() view returns (string)
Fast Food Goblins
owner() view returns (address)
0xe746f6b83093ac89c1ff994814394c0e3b085d27
symbol() view returns (string)
FFGOBLINS
totalSupply() view returns (uint256)
9999
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 numberOfTokens) 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 baseURI_)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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()