Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 350 Bytes

File metadata and controls

9 lines (6 loc) · 350 Bytes

Basic contract for pooling df artifacts outside of the game for shared use.

  • Tracks what deposits people have made so they can be rewarded post game.
  • Only permissioned users can withdraw.
  • Anyone can deposit.
  • Anyone can be whitelisted by owner.

Scaffolded using Joseph Delong's Forge Template https://github.com/FrankieIsLost/forge-template