DeploySEALED

▪^▫~$◇**?$$&!^○&◇#!^░●!!▓$╲&╳▓&▫░▒?░██◇╲■?╲$■░~░□^╳▫▓&#█@█◆■□~*╲

Transaction ID

Timestamp

Aug 23, 2024, 08:56:09 PM UTC
1y ago

Block Height

85,179,333

Computation

0

Execution Fee

0.00000189 FLOW

Transaction Summary

Deploy

Contract deployment

Contract deployment

Script Arguments

0nameString
Test
1codeString
import LostAndFound from 0x473d6a2c37eab5be import LostAndFoundHelper from 0x473d6a2c37eab5be import TokenForwarding from 0xe544175ee0461c4b import DapperUtilityCoin from 0xead892083b3e2c6c import PublicPriceOracle from 0xec67451f8a58216a access(all) contract Test {}

Cadence Script

1transaction(name: String, code: String ) {
2		prepare(signer: AuthAccount) {
3			signer.contracts.add(name: name, code: code.utf8 )
4		}
5	}