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