Documentation
At genesis, the Morpheus network utilizes six smart contracts, including the MOR token itself, used to incentivize key contributors to the network, as well as contracts enabling the Techno Capital Machine mechanism functioning.
Morpheus Smart Contracts Set
MOROFT
– the Morpheus token, a LayerZero Omnichain Fungible Token (OFT)DistributionV4
– used to lock capital for the Techno Capital Machine and claim rewardsLinearDistributionIntervalDecrease
– a library for calculating rewardsL1Sender
– sends MOR claiming (minting) requests; wraps and transfers stETH to ArbitrumL2MessageReceiver
– receives and processes MOR claiming (minting) requests on L2L2TokenReceiverV2
– receives wstETH and manages Protocol-Owned Liquidity on L2
With the exception of the MOR token and LinearDistributionIntervalDecrease
library, all contracts utilize the UUPS proxy pattern to enable upgradeability and are owned by the Morpheus multisignature accounts on their respective chains.
Within the contracts, deposit token is used to refer to the token deposited by Capital Providers (stETH) or its wrapped counterpart (wstETH), while reward token refers to the MOR token.
Audits
The Morpheus smart contracts were audited by Renascence and later subject to a public CodeHawks audit.
Last updated
Was this helpful?