Checks if an address is the zero address (used for revocations).
static bool isZeroAddress(String address) { return address.toLowerCase() == zeroAddress.toLowerCase(); }