launchpad_deposit.gno
Last updated
Last updated
Deposits GNS to a launchpad project pool.
Name | Type | Description |
---|---|---|
| string | The pool tier ID to deposit. |
| uint64 | The amount of GNS token to deposit. |
Name | Type | Description |
---|---|---|
| string | The ID of the deposit. |
Collects the deposited GNS.
Name | Type | Description |
---|---|---|
| uint64 | The collected amount of GNS. |
Collects the deposited GNS using a projectID.
Name | Type | Description |
---|---|---|
| string | The ID of a project to collect GNS. |
Name | Type | Description |
---|---|---|
| uint64 | The collected amount of GNS. |
Collects the deposited GNS using a depositID.
Name | Type | Description |
---|---|---|
| string | The ID of a deposit to collect GNS. |
Name | Type | Description |
---|---|---|
| uint64 | The collected amount of gns. |