标签: ethereum solidity
我正在学习ERC-721,并在此处https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code
并且在第408行,从数组中获取新的小猫ID,如下所示。正如第312行及以后的解释。
uint256 newKittenId = kitties.push(_kitty) - 1;
那么,我是否可以为每个令牌指定自己的令牌ID?