Future<dynamic> isTrustedForwarder(String forwarder) async { return await _contract.call("isTrustedForwarder", [forwarder]); }