Smart Contract

Body

A.c649103ebbc38926.Body

Valid From

128,976,830

Deployed

1w ago
Feb 20, 2026, 09:25:18 AM UTC

Dependents

0 imports
1access(all) contract Body {
2
3    access(all) var body: [String]
4
5    init() {
6        self.body = [
7            "Decayed Walker",
8            "Mutant Male",
9            "Scientist",
10            "Alien",
11            "Radioactive Brute",
12            "Infected Survivor",
13            "Cybernetic Zombie",
14            "Demonic Possessor",
15            "Ghostly Female",
16            "Molten Corpse",
17            "Astronaut",
18            "Professor"
19        ]
20    }
21}