launchpad_reward.gno
Last updated
Last updated
Collects the protocol fees from the governance contract. The reward is for projects, not for users, and it occurs based on the xGNS holdings that users deposited via launchpad to receive the project tokens.
Collects the project token reward for users using a projectID.
Name | Type | Description |
---|---|---|
| string | The ID of a project to collect reward token. |
Name | Type | Description |
---|---|---|
| uint64 | The amount of collected reward token. |
Collects the project token reward for users using a depositId.
Name | Type | Description |
---|---|---|
| string | The ID of a deposit to collect reward token. |
Name | Type | Description |
---|---|---|
| uint64 | The amount of collected reward token. |