Hi Paul,
The 7-bit slave address of the PCF8885 is either:
1. 0x20 when A0 = Vss (logic 0). This address must be placed in the upper 7 bits of the first byte and the Read/Write bit is in the LSB. This translates to 0x40 for a write and 0x41 for a read.
2. 0x21 when A0 = Vdd (logic 1). This translates to 0x42 for a write and 0x43 for a read.

I hope it helps!
Best regards,
Tomas
PS: If this answer helps to solve your question, please mark it as "Correct" or “Helpful”. Thank you.