Hi @aha,
can you make sure you are using the latest version of ioctl?
If you are running it against mainnet, it should be enough to run “ioctl update” to get the latest release. If you are running it against testnet, then you may have to build the current development branch since we are changing some contracts atm.
Check the network with
ioctl config get endpoint
Build ioctl with:
git clone https://github.com/iotexproject/iotex-core
cd iotex-core
make ioctl
sudo cp bin/ioctl /usr/local/bin/ioctl # or the current location of ioctl
Let me know how it goes!
@aha Sorry my mistake! While the ioID contracts have been deployed on the IoTeX mainnet, the actual ioctl command only supports Testnet!
Mainnet support is expected soon, in the next release of ioctl!