- Published on
ethers.jsでINT MAXの値を使う方法
approveなどの際によく使われているINT_MAXですが、 ethers.jsですでに用意されているので、 これを使えば簡単にできます。
具体的に下記のconstantを参照するだけです
ethers.constants.MaxUint256
approveなどの際によく使われているINT_MAXですが、 ethers.jsですでに用意されているので、 これを使えば簡単にできます。
具体的に下記のconstantを参照するだけです
ethers.constants.MaxUint256