Comment on page

Logic Gate

Every transfer, a different logic gate is used to calculate the population of live cells in every Chainlife token.

Bottom Right Corner Symbols: Current Logic Gate

These symbols represent the logic gate that was used to create the token's current starting seed from the current owner's address and the prior owner's address.
The logic gate used changes every transfer (here, from left to right, first row, then second, then back to first, etc).

OR

Logical OR symbol
At the given index, if either the previous or current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

AND

Logical AND symbol
At the given index, if both the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

XOR

Logical XOR symbol
At the given index, if only one of the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

NOR

Logical NOR symbol
At the given index, if either the previous or current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.

NAND

Logical NAND symbol
At the given index, if both the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.

XNOR

Logical XNOR symbol
At the given index, if only one of the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.