rust-ethereum / ethabi

Encode and decode smart contract invocations
Apache License 2.0
517 stars 186 forks source link

Parse stateMutability from JSON ABI #209

Closed smessmer closed 3 years ago

smessmer commented 3 years ago

fixes https://github.com/rust-ethereum/ethabi/issues/208

vkgnosis commented 3 years ago

StateMutability has been added in 9121c221b9d83b7931022e47f526591801699652 . If you'd like to suggest parts of this PR to still be included feel free to reopen.