shazow / callthis

Build a transaction, send a link for someone else to execute it.
https://callthis.link
MIT License
46 stars 4 forks source link

Feature: Override calldata #6

Open shazow opened 11 months ago

shazow commented 11 months ago

Maybe an advanced mode where you can override the calldata with something specific, the rest of the decoding becomes readonly?

(Right now it's the reverse: Calldata is readonly, generated from the inputs)

shazow commented 4 months ago

@IDEA-godwin if you're interested in working on something else, this might be a good one. I imagine clicking on the readonly calldata block (or having an [Edit Calldata] button or something?) would switch to calldata editing mode, make it writeable, then once you hit [Save Calldata] or something, it re-parses the calldata (as it would normally from the URL) and sets the correct state.

IDEA-godwin commented 4 months ago

Sounds interesting, would get to it.