Ethers.js Javascript Solidity How To Get Ethers.js Response Data May 03, 2024 Post a Comment Solidity: function ping() public view returns ( uint ) { return 999999999; } function ping2() p… Read more How To Get Ethers.js Response Data