Smart Contract

TestContract

A.386affc6bb37d3bf.TestContract

Valid From

305,779,814

Deployed

3h ago
Feb 26, 2026, 04:21:35 PM UTC

Dependents

0 imports
1access(all) contract TestContract{
2				access(all) fun test() : String{
3					return "b"
4				} 
5			}