Soul Summoner
Soul Summoner is the smart contract that has the power to create more Soul Power over time. We carefully crafted roles, variables, and structs to make this into the epitome of multi-chain execellence.
Variables
Divine Roles
// channels the power of the isis and ma'at to the deployer (deployer)
constructor() {
isis = keccak256("isis"); // goddess of magic who creates pools
maat = keccak256("maat"); // goddess of cosmic order who sets allocations
_divinationCeremony(isis, isis, team); // isis role created
_divinationCeremony(maat, isis, dao); // maat role created
}
Last updated
Was this helpful?

