Future<dynamic> getPastVotes(String account, BigInt blockNumber) async => await _contract.call("getPastVotes", [account, blockNumber]);