- Go to https://tiny-83.github.io/tiny-83
- Change the min and max fields as shown below:
xMin = 0
xMax = 22
yMin = -1
yMax = 14
- Copy this code, type
1where you want to draw a pixel, then paste the result into they =text field on the website.
xMin = 0
xMax = 22
yMin = -1
yMax = 14
1 where you want to draw a pixel, then paste the result into the y = text field on the website.| // SPDX-License-Identifier: GPL-3.0-or-later | |
| pragma solidity ^0.8.13; | |
| import {Poke} from "src/Poke.sol"; | |
| import {EthPlaysAuction} from "src/EthPlaysAuction.sol"; | |
| contract Deploy { | |
| Poke poke; | |
| EthPlaysAuction ethPlaysAuction; | |
Design a scheme for ordering EVM trace objects according to their execution within a transaction.
ORDER BY clause. The value could be of any data type - integer, float, text (e.g. sorted lexicographically), or something more exotic.Here's an example of a trace_filter request and response ([Alchemy sandbox link](https://sandbox.alchemy.com/?network=ETH_MAINNET&method=trace_filter&body.id=1&body.jsonrpc=2.0&body.method=trace_filter&body.params%5B0%5D.fromBlock=0xc26f54&body.params%5B0%5D.toBlock=0xc26f54&body.params%5B0%5D.toAddress%5B0%5D=0x000000000000abe945c436595ce765a8a261317b&
| import { | |
| QueryParameter, | |
| DuneClient, | |
| QueryEngine, | |
| type ResultsResponse, | |
| } from "@duneanalytics/client-sdk"; | |
| type Hex = `0x${string}`; | |
| type LogFilter = { |