You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the app look nice from the launch we want to have a possibility to top up the prize pool. The smart contract should provide the top_up_prize_pool entry point, that:
Accepts the amount argument
Transfers the corresponding amount of CSPR from the caller to the treasury_purse
Increases the treasure_purse_balance state variable
Increases the prize_pool state variable
This entry point should be called with a help of the WASM proxy.
The text was updated successfully, but these errors were encountered:
To make the app look nice from the launch we want to have a possibility to top up the prize pool. The smart contract should provide the
top_up_prize_pool
entry point, that:amount
argumenttreasury_purse
treasure_purse_balance
state variableprize_pool
state variableThis entry point should be called with a help of the WASM proxy.
The text was updated successfully, but these errors were encountered: