DeploySEALED

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

Transaction ID

Timestamp

Oct 10, 2025, 08:20:28 AM UTC
4mo ago

Block Height

128,976,830

Computation

0

Execution Fee

0.00000674 FLOW

Transaction Summary

Deploy

Contract deployment

Contract deployment

Script Arguments

0nameString
Body
1codeString
access(all) contract Body { access(all) var body: [String] init() { self.body = [ "Decayed Walker", "Mutant Male", "Scientist", "Alien", "Radioactive Brute", "Infected Survivor", "Cybernetic Zombie", "Demonic Possessor", "Ghostly Female", "Molten Corpse", "Astronaut", "Professor" ] } }

Cadence Script

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