memoscan
← all memos

Memo 0xeca3239e…2c7aec on Ethereum

# Add M0 Labs Engineering Reserved 'EarnerRho' Address as an Earner M0 Labs Engineering Team would like to add the pre-determined address 0x4B468e822bF9446E1125F5082a50Ee02CaA7E76A to the Earners list. This address will be used in the future for deployment of high priority Earner Contract like Extension or Bridging infrastructure that requires yield accrual and distribution. Earner Contract will be deployed by the wallet with the following address: 0xF2f1ACbe0BA726fEE8d75f3E32900526874740BB. Earner Contract relies on the ERC-1967 Proxy pattern for upgradability and the CREATEX Factory contract will be used to deploy the Earner contract via CREATE3 at the following pre-deterministic address: 0x4B468e822bF9446E1125F5082a50Ee02CaA7E76A. This address can be verified by calling CREATEX function computeCreate3Address(bytes32 salt) with this salt: 0x9672ae7fecaa1d071c6d4a56480faeab43813f60a58fa15b0cfe3aab407cb49b. This salt is computed by concatenating the deployer address with the EarnerRho contract name and is hashed with the deployer address to guard against deployment by another wallet. The Solidity code computing this guarded salt can be found here.