This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
isApprovedForPool
problems and Proposal to replace it.
#41
Labels
Problem
In the
Terminus
contract we haveisApprovedForPool(uint256 poolID, address operator)
function, which grantsoperator
burning and minting permission (only pool owner can grant this permissions). There are problems with it:operators
Possible solutions
TerminusManager
contract that will handle all the access control. (TerminusManager
will be the controller of the pool)The text was updated successfully, but these errors were encountered: