Realm detail
counter2
gno.land/r/g1l3fmz59rw8l6h29hslxt6gtna3th8s7m5vl88d/counter2
Indexed deployment identity with independently loaded latest RPC source, functions, and Render.
Indexed deployment
Identity
- Package path
- gno.land/r/g1l3fmz59rw8l6h29hslxt6gtna3th8s7m5vl88d/counter2
- Block
- 261719
- Deployed (UTC)
- Transaction
- j1CogJ+7sk48SteVkgb35qk0mDDeUD9IyD1y/XjjGCo=
Latest RPC state
Source
package counter2
import "strconv"
var count int
func Increment(cur realm) int {
count++
return count
}
func Render(path string) string {
return "Count: " + strconv.Itoa(count)
}
Latest RPC state
Exported functions
- Increment(cur interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}) int
- Render(path string) string
Latest RPC state · Realm Render
Count: 1