Core
maintains roles, access control, fei, tribe, genesisGroup, and the TRIBE treasury
Functions
init
function init() external
setFei
function setFei(
address token
) external
sets Fei address to a new address
Parameters
Name | Type | Description |
---|---|---|
token | address | new fei address |
setTribe
function setTribe(
address token
) external
sets Tribe address to a new address
Parameters
Name | Type | Description |
---|---|---|
token | address | new tribe address |
allocateTribe
function allocateTribe(
address to,
uint256 amount
) external
sends TRIBE tokens from treasury to an address
Parameters
Name | Type | Description |
---|---|---|
to | address | the address to send TRIBE to |
amount | uint256 | the amount of TRIBE to send |
_setFei
function _setFei(
address token
) internal
Parameters
Name | Type | Description |
---|---|---|
token | address |
_setTribe
function _setTribe(
address token
) internal
Parameters
Name | Type | Description |
---|---|---|
token | address |