Adds a filter to get contracts that have an error with the given signature.
with_error_signature(signature: str) -> Contracts
with_error_signature(signature: str) ->
Contracts
from glider import * def query(): contracts = ( Contracts(). with_error_signature('InsufficientBalance(uint256,uint256)'). exec(1) ) return contracts
{ { "contract": "0x3e2c366065ba0f6f9936c2c6a802d72f250b27aa", "contract_name": "Address" } }
Last updated 7 months ago