Returns the source code of the contract.
Last updated 9 days ago
source_code() β str
from glider import * def query(): contracts = Contracts().exec(1) print(contracts[0].source_code()) return contracts