Future<dynamic> increaseAllowance(String spender, BigInt addedValue) async => await _contract.send("increaseAllowance", [spender, addedValue]);