📅  最后修改于: 2022-03-11 14:46:36.708000             🧑  作者: Mango
# 1. Add your {YourInterface}.sol file in the ./interfaces folder
# 2. Then in your py script instantiate the contract from the interface and contract address
from brownie import interface
contract = interface.YourInterface(contract_address)