Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Remove redundant `escrowedERC1155Owners` storage variable #65

Closed NouDaimon closed 1 year ago

NouDaimon commented 1 year ago

Safety checks may be performed by ensuring that:

activeTokenAmount + inactiveTokenAmount != 0 which suggests that the user has escrowed tokens in the contract suite.