These are the realm's exposed functions ("public smart contracts").

My address: (see `gnokey list`)


contract UpdateCities(...)
params
newCities []gno.land/r/stefann/home.City
results
command
contract AddCities(...)
params
newCities ...gno.land/r/stefann/home.City
results
command
contract UpdateJarLink(...)
params
newLink string
results
command
contract UpdatePFP(...)
params
url string
results
command
contract UpdateAboutMe(...)
params
aboutMeStr string
results
command
contract AddAboutMeRows(...)
params
newRows ...string
results
command
contract UpdateMaxSponsors(...)
params
newMax int
results
command
contract Donate(...)
params
results
command
contract GetTopSponsors(...)
params
results
_ []gno.land/r/stefann/home.Sponsor
command
contract GetTotalDonations(...)
params
results
_ int
command
contract Render(...)
params
path string
results
_ string
command