Upgradable

When you view the contract address on Etherscan, you'll notice that the contract is upgradeable. We have utilized OpenZeppelin's upgradeable contracts for this purpose.

The sole reason for adopting this approach is to continuously develop new features for the protocol, such as launchpads and fairness tokens, and to integrate rewards from other blockchains. It's important to emphasize that these upgrades are not for any private use. Each upgrade, including details about new features and the implementation contract address, will be thoroughly documented and open to community oversight. This transparency ensures that our developments align with community interests and maintain the integrity of the protocol.

Last updated