moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

`block_number` should be a protected argument name #108

Open zomglings opened 1 year ago

zomglings commented 1 year ago

image

zomglings commented 1 year ago

It is already protected at the level of the CLI: image

zomglings commented 1 year ago

This was the interface generated for Multicall3: https://github.com/mds1/multicall

When compiling with brownie, keep this in mind, as well: https://github.com/eth-brownie/brownie/issues/1467