Fast Food Goblins

Verified contract

Active on Ethereum with 1,833 txns
Deployed by via 0x119036f1 at 14876043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fast Food Goblins"

0x6c630cb56dc4ff6ce0b10a1d22a9d7f49250f3ce7d9cc9aa5e939c4e2b537a9d
0xf9255163816ef9cf784cf3265271c3b0007f405a15b88517b8b2e2521d4cced4
From
0xf4ad12b0be385c53b33507f60eacde3c5898c8828c640d2e995e03682cc2a61f
From
0x0e54404c5d991f1b8a904bb74e7e432a629414cd0ca481ec599c49f0d1a7954f
From
0x78605d0d5e3528fe46652f45e8e058a9bb628ff21acef6dd14a904263de88e5c
0x99874d9b67426975000a4a85858959379297851768ab5b2820591fa2c7a5be98
0x45a5dd699e12683c1ecb3ec80949b82ff4ca8d9a54b5f241442c3384cbfe5b6a
0x92a1eb2a5869dbbd4753e8f106e774688f0b69ada0a2a601e3eb3e77ec1e4f1a
0xaa1906896cbc741a8c68228a805992ee93088506927cdeba0c1e909b6f95de9e
0x44d45f95d423b3b62f00b73f978f6636c4a3e63138dd407a36b38cd2c8e1e281

Functions
Getter at block 20932525
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantityaddress user
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(