contract C = stateful function g(h) = h() stateful entrypoint f() = g(Chain.create) 123