export default class Base { constructor(contract) { this.contract = contract; } get functions() { return this.contract.functions; } }