Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

bubblerumble2 package

Overview

Package bubblerumble2 is the second Bubble Rumble realm: the same last-bidder- wins clock as v1, with the money rearranged so that players want company.

Of every bid: 55% goes to the pot, 30% is paid at once to the earlier bidders of that pool pro-rata to what they have paid in, 10% goes to whoever first invited the bidder (forever, on every bid they make), 5% to the pool's creator. When the clock runs out, 80% of the pot goes to the last bidder and 20% is shared among everyone who played under the winner's flag — or all of it to the winner if nobody else flew that flag.

So the player on top wants more bids (each one pays them), everyone wants their invitees to bid (10% of everything), and countries are teams.

Function

Cancel

func Cancel(cur realm, id int64)

Cancel lets the creator take the seed back from a pool nobody has bid on.

Param

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/g1leu8d2vsplhehcfkjg50mwgdpxdkt8tztu95wr/bubblerumble2" -func "Cancel" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/g1leu8d2vsplhehcfkjg50mwgdpxdkt8tztu95wr/bubblerumble2" -func "Cancel" -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx