You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we know the size of the array, we may want to manually set the indexed values. For loop setup costs ~20k gas from my understanding. This would further reduce the cost.
The text was updated successfully, but these errors were encountered:
https://github.com/tokenio/tokeninc-smart-contracts/blob/df35f925609b21a202d37eacad28d05d6ea6149f/contracts/TokenIOStorage.sol#L421
@RostyslavBortmanAdoria
If we know the size of the array, we may want to manually set the indexed values. For loop setup costs ~20k gas from my understanding. This would further reduce the cost.
The text was updated successfully, but these errors were encountered: