Smart Contract

TestContract1

A.2e3e9af52233d9de.TestContract1

Valid From

305,779,850

Deployed

3h ago
Feb 26, 2026, 04:22:08 PM UTC

Dependents

0 imports
1
2			access(all) contract TestContract1 {
3					access(all) fun add(_ a: Int, _ b: Int): Int {
4					return a + b
5				}
6			}