memes du monde 🎩 pfp
memes du monde 🎩
@mrmemes.eth
For the curious, here's an example inscribed transaction that uses the binary data format I've been playing with: https://goerli.arbiscan.io/tx/0xb6846bb0269a32209643484bdfee9a8bc4ce9ad23cff1c2764374ffdf217cd71 ... view the input data as UTF-8, the payload portion of that data URI encodes both schema and data.
1 reply
0 recast
0 reaction

memes du monde 🎩 pfp
memes du monde 🎩
@mrmemes.eth
Here's what encoding it looks like: ``` src/ethscriptions-stream λ ./bin/encode "(address,address,uint256)" 0x9e1E2Bc60E0fdC756704d18346D511Bba7543E9a 0x9e1E2Bc60E0fdC756704d18346D511Bba7543E9a 100 ```
1 reply
0 recast
0 reaction

memes du monde 🎩 pfp
memes du monde 🎩
@mrmemes.eth
...and the full output from decoding it: ``` src/ethscriptions-stream λ ./bin/decode [hex code elided] (address,address,uint256) 0x9e1E2Bc60E0fdC756704d18346D511Bba7543E9a 0x9e1E2Bc60E0fdC756704d18346D511Bba7543E9a 100 ```
0 reply
0 recast
0 reaction