Skip to content

God-and-his-Disciples/price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

158 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr!ce

Imagine if you could invest in the Weeknd before he became the most popular artist in the world? All while recieving a steady income for being a shareholder. AND have the opportunity to ride the market, buy low, sell high, participate in a game that could net you a very valuable NFT, designating you a champion. Finally you can support a good cause. Opportunities are endless on pr!ce.

function giveDividendPerPlayer(string memory request_uri) public hasSeasonStarted {
        require(lastDividendWithdrawn[msg.sender] < currWeekStart);
        
        lastDividendWithdrawn[msg.sender] = block.timestamp;
        requestDividendWorthyEntities(request_uri);
    }

About

Pr!ce is a seasonal platform for users to trade Semi Fungible Tokens (ERC-1155) of NBA players (like stocks), receive prizes based on their holdings, and get custom NFT rewards at the end of the NBA season.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors