文章
问答
讲堂
百科图谱
线下集训
更多
提问
发表文章
专栏
活动
文档
工作
集市
发现
Toggle navigation
文章
问答
讲堂
线下集训
专栏
活动
工作
文档
集市
搜索
登录/注册
5
ethers.js如何将一个大数传到合约方法里
回答问题即可获得
5
贡献值,回答被采纳后即可获得
10
学分。
`let thisAmount = ethers.BigNumber.from(item.amount*10**18);` ![image.png](https://img.learnblockchain.cn/attachments/2023/08/yH4YLSJi64e9be1d1a523.png)
let thisAmount = ethers.BigNumber.from(item.amount*10**18);
0 条评论
请先
登录
后评论
默认排序
时间排序
3 个回答
zen
2023-08-26 17:41
传字符串
请先
登录
后评论
NPC.李括
- 全职奶爸
2023-08-27 11:04
buyTotalAmout 是 thisAmount 还是 item.amount ? 试试 let thisAmount = ethers.BigNumber.from(item.amount).mul(ethers.BigNumber.from(10).pow(18));
请先
登录
后评论
Amex
2023-08-28 17:08
你可以试试下载npm install bignumber.js let thisAmount = new BigNumber(item.amount.toString()).toString()
请先
登录
后评论
您需要登录后才可以回答问题,
登录
关注
3
关注
收藏
0
收藏,
1888
浏览
? or ?
提出于 2023-08-26 16:59
×
发送私信
请将文档链接发给晓娜,我们会尽快安排上架,感谢您的推荐!
发给:
内容:
×
举报此文章
垃圾广告信息:
广告、推广、测试等内容
违规内容:
色情、暴力、血腥、敏感信息等内容
不友善内容:
人身攻击、挑衅辱骂、恶意行为
其他原因:
请补充说明
举报原因: