...um.org/编译好合约,然后部署到测试网的时候, 想去etherscan验证合约,abi直接从remix复制来,验证的时候,总是提示这个错误:
Error! Invalid constructor arguments provided. Please verify that they are in ABI-encoded format
> ![|690x315, 75%](https://img.l...
... 版本升级数据迁移的操作成为专有操作,并只允许使用 `AdminCap` 来调用**
```rust
module counter::counter {
use sui::object::{Self, ID, UID};
use sui::transfer;
use sui::tx_context::{Self, TxContext};
// 1. Track the current version of the module
...