Future<dynamic> grantRole(String role, String account) async => await _contract.send("grantRole", [role, account]);