The primary collection of Human Unreadable is the Artblocks collection here:
Token IDs range from 455000000 to 455000399
The secondary collection of Human Unreadable Act II is the contract here:
The token IDs for the primary token and secondary token are identical. To check if an Act II token has been claimed you can check ownerOf
on the secondary token contract. If it reverts, it has not been claimed. If it returns an address it has been claimed.
Example not claimed
Example claimed
We can also provide an api hosted at act2-api.operator.la
which returns a simple true/ false if the token has been claimed or not.