After deploy a NFT smart contract on Elrond Blockchain, I'm trying to issueToken using snippets:
erdpy --verbose contract call ${ADDRESS} --recall-nonce --pem=${ALICE} --gas-limit=${GAS_LIMIT} \
--function="issueToken" \
--value ${MINT_COST} \
--arguments ${ISSUE_TOKEN_ARGUMENTS} \
--proxy=${PROXY} --chain=${CHAINID} --send \
--outfile="${MY_LOGS}/issueToken.json"
}
but I get the error "invalid token index"