An open API service indexing awesome lists of open source software.

https://github.com/platocrat/uiuc_token

The official token/cryptocurrency of The University of Illinois at Urbana-Champaign.
https://github.com/platocrat/uiuc_token

blockchain cryptocurrency cryptography ethereum smart-contracts solidity token truffle-framework uiuc

Last synced: about 2 months ago
JSON representation

The official token/cryptocurrency of The University of Illinois at Urbana-Champaign.

Awesome Lists containing this project

README

          

# UIUC_Token
The official cryptocurrency of The University of Illinois at Urbana-Champaign.

We recommend to mainly use Remix (https://remix.ethereum.org) for testing and debugging.

### First test, test all functions to see what they do.

*TX related functions:*
* `transfer`,
* `burnFrom`,
* `decreaseAllowance`,
* `increaseAllowance`,
* `multiTransfer`,
* `transferFrom`

*Global functions:*
* `allowance`,
* `balanceOf`,
* `basePercent`,
* `decimals`,
* `findHalfPercent`,
* `name`,
* `symbol`,
* `totalSupply`