bool isAlreadyApprovedBy(Uint8List address) { return approvals.any((element) => element.toHex() == address.toHex()); }