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
activeSupply should represent current supply (the amount of tokens the receiver has which is equal to 32 * amount ETH deposited into the DepositContract)
and totalSupply is the max supply for that ERC1155 token
Given this context, I would rename totalSupply to maxSupply and activeSupply to totalSupply
redeem through ERC1155 the 32eth from OWR; check edge cases
The text was updated successfully, but these errors were encountered:
activeSupply should represent current supply (the amount of tokens the receiver has which is equal to 32 * amount ETH deposited into the DepositContract)
and
totalSupply is the max supply for that ERC1155 token
Given this context, I would rename totalSupply to maxSupply and activeSupply to totalSupply
The text was updated successfully, but these errors were encountered: