Skip to content

merembablas/solidity-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.