Community
The Community Contract holds the funds of the Community Pool, which can be spent through a governance poll.
InitMsg
Key | Type | Description |
---|---|---|
| HumanAddr | Owner address |
| HumanAddr | Contract address of the Mirror Token |
| Uint128 | Max amount of disbursement |
HandleMsg
UpdateConfig
UpdateConfig
Can only be issued by the owner. Updates the Community Contract's configuration.
Key | Type | Description |
---|---|---|
| HumanAddr | New contract owner |
| Uint128 | New spending limit |
* = optional
Spend
Spend
Can only be issued by the owner. Sends the amount of MIR tokens to the designated recipient.
Key | Type | Description |
---|---|---|
| Uint128 | Amount of MIR in contract's balance to send |
| HumanAddr | Recipient of the funds |
QueryMsg
Config
Config
Gets the Mirror Community contract's configuration.
Response
Key | Type | Description |
---|---|---|
| HumanAddr | Owner address |
| HumanAddr | Contract address of the Mirror Token |
| Uint128 | Max amount of disbursement |
Last updated