Core
maintains roles, access control, chi, zen, genesisGroup, and the ZEN treasury
Functions
init
setChi
sets Chi address to a new address
Parameters
Name | Type | Description |
---|---|---|
| address | new chi address |
setZen
sets Zen address to a new address
Parameters
Name | Type | Description |
---|---|---|
| address | new zen address |
allocateZen
sends ZEN tokens from treasury to an address
Parameters
Name | Type | Description |
---|---|---|
| address | the address to send ZEN to |
| uint256 | the amount of ZEN to send |
_setChi
Parameters
Name | Type | Description |
---|---|---|
| address |
_setZen
Parameters
Name | Type | Description |
---|---|---|
| address |
Last updated