IMetaColony
Interface Methods
addGlobalSkill
Add a new global skill.
Note: Calls IColonyNetwork.addSkill.
Return Parameters
| Name | Type | Description |
|---|---|---|
| skillId | uint256 | Id of the added skill |
addNetworkColonyVersion
Adds a new Colony contract version and the address of associated _resolver contract. Secured function to authorised members.
Note: Calls IColonyNetwork.addColonyVersion.
Parameters
| Name | Type | Description |
|---|---|---|
| _version | uint256 | The new Colony contract version |
| _resolver | address | Address of the Resolver contract which will be used with the underlying EtherRouter contract |
deprecateGlobalSkill
Mark a global skill as deprecated which stops new tasks and payments from using it.
Note: Calls IColonyNetwork.deprecateSkill.
Parameters
| Name | Type | Description |
|---|---|---|
| _skillId | uint256 | Id of the added skill |
mintTokensForColonyNetwork
Mints CLNY in the Meta Colony and transfers them to the colony network. Only allowed to be called on the Meta Colony by the colony network.
Parameters
| Name | Type | Description |
|---|---|---|
| _wad | uint256 | Amount to mint and transfer to the colony network |
setNetworkFeeInverse
Set the Colony Network fee inverse amount.
Note: Calls IColonyNetwork.setFeeInverse.
Parameters
| Name | Type | Description |
|---|---|---|
| _feeInverse | uint256 | Nonzero amount for the fee inverse |
Support
Questions? Problems? Existential dilemmas? We’re here to help!
Improve this doc.
All improvements to documentation are welcome and encouraged. Submit a PR for documentation on GitHub.