Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Solidity では、マッピングが保存できるキーまたはキーと値のペアの最大数はありますか? もしそうなら、最大はいくらですか?また、キーの変数の型やそのマッピングの値によって最大数が異なるのでしょうか?
たとえば、次のマッピングで保存できるアドレスと単位のペアはいくつですか?
mapping (address => uint) internal _balanceOf;