Contracts.interface_contracts()

Adds a filter to get contracts that are interface.

interface_contracts() β†’ Contracts

Example Query

from glider import *

def query():

  interface = Contracts().interface_contracts().exec(1)

  return interface

Output Example

{
    "contract": "0xd705c24267ed3c55458160104994c55c6492dfcf",
    "contract_name": "IERC20"
}

Last updated