Soul Power
Soul Power is our native utility token that represents your share of the Soul Finance Organization.
Overview
Soul Power Divination Ceremony
// channels the power of the anunnaki and thoth to the deployer (deployer)
constructor() {
anunnaki = keccak256("anunnaki"); // alpha supreme
thoth = keccak256("thoth"); // god of wisdom and magic
_divinationCeremony(anunnaki, anunnaki, msg.sender);
_divinationCeremony(thoth, anunnaki, msg.sender);
}Last updated
Was this helpful?

