pytest-ethereum-old
pytest-ethereum-old copied to clipboard
Define custom contract
trafficstars
Don't leverage (Implicit|Concise)Contract here, instead inherit from web3.contract.Contract and define API internally for how this would work.
Suggestion is to copy Concise, not Implicit. Implicit transact is too... implicit