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.
- Host: GitHub
- URL: https://github.com/platocrat/uiuc_token
- Owner: platocrat
- License: mit
- Created: 2019-08-18T23:01:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T20:15:03.000Z (over 6 years ago)
- Last Synced: 2025-10-21T06:58:04.910Z (8 months ago)
- Topics: blockchain, cryptocurrency, cryptography, ethereum, smart-contracts, solidity, token, truffle-framework, uiuc
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`