ICore
Functions
init
function init() external
setFei
function setFei(
address token
) external
Parameters
Name | Type | Description |
---|---|---|
token | address |
setTribe
function setTribe(
address token
) external
Parameters
Name | Type | Description |
---|---|---|
token | address |
allocateTribe
function allocateTribe(
address to,
uint256 amount
) external
Parameters
Name | Type | Description |
---|---|---|
to | address | |
amount | uint256 |
fei
function fei() external returns (contract IFei)
tribe
function tribe() external returns (contract IERC20)
Events
FeiUpdate
event FeiUpdate(
address _fei
)
Parameters
Name | Type | Description |
---|---|---|
_fei | address |
TribeUpdate
event TribeUpdate(
address _tribe
)
Parameters
Name | Type | Description |
---|---|---|
_tribe | address |
GenesisGroupUpdate
event GenesisGroupUpdate(
address _genesisGroup
)
Parameters
Name | Type | Description |
---|---|---|
_genesisGroup | address |
TribeAllocation
event TribeAllocation(
address _to,
uint256 _amount
)
Parameters
Name | Type | Description |
---|---|---|
_to | address | |
_amount | uint256 |
GenesisPeriodComplete
event GenesisPeriodComplete(
uint256 _timestamp
)
Parameters
Name | Type | Description |
---|---|---|
_timestamp | uint256 |