FastFoodTown

Verified contract

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

No balances found for "FastFoodTown"

0xcbfb03739a78ca7d29bcc855f1c070cb51f2429c730ec7917c3ed4a5ba6f6013
0xfb18760d19442f7a18b1a150e9981ba2618ffc0d966ef7380a5782724f70451b
0x54d3ed527e4f874d045dd4e78e841a7f9c230bd5aa9fa74d9d290e48587180e8
0x266fedc786ceec9b977a6d09578c1c5311f2e62e63c267a8569d64ff02da81fb
0x11c64abaa39cfea50e2f0b5530eef2399f062e6005894d8d5199dd80d46eea20
0xf85aa13622e6e0c15466dc2e5cbcf98b10801e7f2c676390e52c0f907c4ff98b
0x0b3c6adf3caab65caf325fb69305719f38d1cacf7c7b8fa7ff8716c62628a3d1
0x0e990dafad80a818df41f16432f577a6eb51c52e8ed3e27f45a29be0070226b1
0x602a5e403f27e64a7cabc334f327b623f1a62943608d6297f8012ab5cb42b3ac
0xa664fc25bfc2650cbf9c50f35232bc295353d90101202095ca186aacd44aa1c8

Functions
Getter at block 21399116
MAX_FREE_MINTS_GLOBAL(view returns (uint32)
7457
MAX_FREE_MINTS_PER_WALLET(view returns (uint16)
2
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
7457
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
1000000000000000
SALE_IS_ACTIVE(view returns (bool)
true
name(view returns (string)
FastFoodTown
owner(view returns (address)
0x75aea26f97fc053540813137ca3cd923d7030ff3
paused(view returns (bool)
false
symbol(view returns (string)
FFT
totalFreeMinted(view returns (uint256)
5970
totalSupply(view returns (uint256)
7457
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getFreeMints(address addyview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
freezeMetadata(
getJob(uint32 _mintAmountpayable 
giveJob(address _touint256 _mintAmount
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxFreeMintsGlobal(uint32 maxFreeMintsGlobal
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet
setMaxMintPerTx(uint256 maxMint
setPrice(uint256 price
setSaleState(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(uint256 priceuint256 maxSupplyuint256 maxMintPerTxuint16 maxFreeMintsPerWalletuint32 maxFreeMintsGlobalstring baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractPaused(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(