immutable / contracts

Smart contracts for developers in the Immutable ecosystem.
Other
36 stars 36 forks source link

Add AccessControl, Pausable to GemGame contract #200

Closed pano-skylakis closed 6 months ago

pano-skylakis commented 6 months ago

Adds access control and pausable functionality to the GemGame contract.

This will allow pausing of the contract if we find that it is being abused.