DeploySEALED
▪^▫~$◇**?$$&!^○&◇#!^░●!!▓$╲&╳▓&▫░▒?░██◇╲■?╲$■░~░□^╳▫▓&#█@█◆■□~*╲
Transaction ID
Execution Fee
0.00000189 FLOWTransaction Summary
DeployContract 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 }