IMetaColony

Interface Methods

addGlobalSkill

Add a new global skill.

Note: Calls IColonyNetwork.addSkill.

Return Parameters

NameTypeDescription
skillIduint256Id 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

NameTypeDescription
_versionuint256The new Colony contract version
_resolveraddressAddress 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

NameTypeDescription
_skillIduint256Id 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

NameTypeDescription
_waduint256Amount to mint and transfer to the colony network

setNetworkFeeInverse

Set the Colony Network fee inverse amount.

Note: Calls IColonyNetwork.setFeeInverse.

Parameters

NameTypeDescription
_feeInverseuint256Nonzero 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.