Franco Victorio
Franco Victorio
I would like to do this: ``` eth address:add --network 4 dai 0x5592ec0cfb4dbc12d3ab100b257153436a1f0fea eth repl --rinkeby > addresses.dai "0x5592ec0cfb4dbc12d3ab100b257153436a1f0fea" ``` Shouldn't be that hard. Just getting the addresses from the...
If you don't specify an event, log all the events of the contract. Also, maybe you should be able to specify any number of events?
ethers.js fragments have a `format` function that can print it in several ways (see `FormatTypes` in `@ethersproject/abi`)
The name of the file, or of the known contract, is camelCased. I don't think this is documented anywhere. Plus, you can get a list of loaded contracts with the...
With the current `repl` command, is easy to start the repl and load a contract given its address and ABI: ```sh eth repl erc20@0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359 # or eth repl > .loadc...
This is easy to to do, but I think we should wait until https://github.com/oclif/plugin-autocomplete/issues/13 is done, otherwise the experience with `eth repl abi@address` is significantly worse IMO. That being said,...
Add a `tx:events` method that, given some ABIs and a transaction hash, prints all the emitted events, properly parsed when they belong to one of the given ABIs. Something we...
I have a very simple problem: I want to take an SGF and a move number, and get a matrix with the stones at that point. I've been looking around...
Hi, I would love to use this in a project. Would you consider publishing it in npm so that it's easier to install? I can probably help you with that...
Hi everyone! We released the first beta version of prettier-solidity this week, so I'm looking for projects using it to compile a list of "Used by". Would it be ok...