err := rows.Scan(&token.CommunityID, &token.Address, &token.TokenType, &token.Name,
            &token.Symbol, &token.Description, &supplyStr, &token.InfiniteSupply, &token.Transferable,
            &token.RemoteSelfDestruct, &token.ChainID, &token.DeployState, &token.Base64Image, &token.Decimals,
            &token.Deployer, &token.PrivilegesLevel, &token.TransactionHash)