0.2.0 • Published 2 years ago
hardhat-abi-ui v0.2.0
5. Version History
- v0.1.0 (2023/10/12)
- first release
$ npx hardhat abi-ui --network mainnet --contract Lock --address 0x12345678901234567890
$ npx hardhat abi-ui 使用默认 network、默认 contract 和 deployed $ npx hardhat abi-ui --address 0x12345678901234567890 使用默认 network、默认 contract 和 自定义 address
还可以 获取历史event;监听新 event