Returns true when the token is fungible (nonce == 0).
true
bool isFungible(Token token) => token.nonce == BigInt.zero;