Module accounts
Module Accounts
Module | Address | Type | Permissions | Description |
---|---|---|---|---|
auth | - | cosmos-sdk | Authentication of accounts and transactions. | |
authz | - | cosmos-sdk | Authorization for accounts to perform actions on behalf of other accounts. | |
bank | - | cosmos-sdk | Token transfer functionalities. | |
capability | - | cosmos-sdk | Object capability implementation. | |
crisis | - | cosmos-sdk | Halting the blockchain. | |
distribution | - | cosmos-sdk | Fee and staking token provision distribution. | |
evidence | - | cosmos-sdk | Evidence handling for misbehavior. | |
feegrant | - | cosmos-sdk | Fee allowances. | |
gov | - | custom | On-chain governance. | |
group | - | cosmos-sdk | On-chain multisig accounts. | |
incentives | - | custom | Incentivisation of staking on Furya Hub. | |
interchain_accounts | - | ibc | Cross-chain account management. | |
mint | - | cosmos-sdk | Creation of new units of Furya. | |
nft | - | cosmos-sdk | NFT support. | |
params | - | cosmos-sdk | Globally available parameter store. | |
safety | - | custom | Receives a fraction of an outpost’s revenues. | |
slashing | - | cosmos-sdk | Validator punishment mechanisms. | |
staking | - | cosmos-sdk | Proof-of-Stake (PoS) system. | |
transfer | - | ibc | Cross-chain fungible token transfers. | |
upgrade | - | cosmos-sdk | Software upgrades. | |
vesting | - | cosmos-sdk | Vesting account implementation. | |
wasm | - | cw | CosmWasm smart contracts. |