FastFoodFrens
Verified contract
Active on
Ethereum with 5,949 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 "FastFoodFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220152 | 10 days ago | | | 0 | 0.00050560552 | |
| 21201006 | 12 days ago | | | 0 | 0.00055852408 | |
| 21154647 | 19 days ago | | | 0 | 0.00025305712 | |
| 21098557 | a month ago | | | 0 | 0.00048965830 | |
| 21037198 | a month ago | | | 0 | 0.00050871567 | |
| 21020875 | a month ago | | | 0 | 0.00033084774 | |
| 20979556 | a month ago | | | 0 | 0.00098484421 | |
| 20926510 | 2 months ago | | | 0 | 0.00046126307 | |
| 20777094 | 2 months ago | | | 0 | 0.00011950126 | |
| 20687167 | 3 months ago | | | 0 | 0.000068690127 |
ABI
ABI objects
Getter at block 21288494
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
5555
PRICE() view returns (uint256)
29000000000000000
baseTokenURI() view returns (string)
https://fastfoodfrens.herokuapp.com/fastfoodfren/
charityAddress() view returns (address)
0xe37a7f2d23dc8e804aad6e19b7e7ae7a36903934
creatorAddress() view returns (address)
0x93601ed6415f675fcd9bea0d86ddb1b167f1a578
devAddress() view returns (address)
0x0ba516f6142c1cc8b6a6443bef748e244feac99e
giveawayAddress() view returns (address)
0x2b35ace6069c68483b4e48cad85bace790789a92
name() view returns (string)
FastFoodFrens
owner() view returns (address)
0x2fe1efcde217ee4e436fb2bb89fa2a77f3f11db2
paused() view returns (bool)
false
symbol() view returns (string)
FFF
totalMint() view returns (uint256)
5555
totalSupply() view returns (uint256)
5522
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
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)
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)
CreateFastFoodFren(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.