dapphub / dapptools

Dapp, Seth, Hevm, and more

Home Page:https://dapp.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better default abi decoder

nmushegian opened this issue · comments

Maybe decode the abi like so

seth send --sexy "$WETH.transfer(address $BOB, uint256 100)"
seth send "$WETH.transfer(address $BOB, uint256 100)"

This should be backwards compatible if we do not attempt to preserve error conditions