Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 441 Bytes

Solidity Playground

Contracts

  1. LOL Token (ERC20)

    • Pausable
    • Burnable
    • Capped
  2. Gokil Heroes Collection (ERC721)

    • Withdraw and split balance transfers to teams
    • Contract owner can add teams
    • Whitelisted accounts with different price
    • Set maximum assets minted
    • Pausable
    • Burnable
  3. Gokil Domain Name Service

    • Registry
    • ERC721 compatible

How to use it

Please check test folder.