Changelog
December 4, 2024
Pull Requests
- #55 Upgrading contracts to include referral fees for buying/selling/auctioning Creator Coins.
Developer Impact
New contract ProtocolRewards
have been deployed along with upgrades on several existing contracts to include referral fees for buying, selling, and auctioning Creator Coins. The referral fees will be distributed to the referrer's wallet address.
No breaking changes have been made to the contract and you can continue to use the same addresses for the upgraded contracts with their respective existing functions.
Contracts upgraded in this PR are:
For these upgraded contracts, you can also find new "V2" functions added with additional referral address inputs to receive the referral fees for each transactions.
November 22, 2024
The Moxie protocol is now available for all 🔵 Base users! Here are the changes made on the protocol level:
- The
erc721ContractAddress
state variable in theMoxiePassVerifier.sol
contract have been set as the null/zero address.- This changes enable any Creator Coins to be bought and hold by all Base users without the need for Moxie Pass.
- The
transferAllowList
state variable in theTokenManager.sol
contract is now an empty array.- With the variable empty, this line of code will disable the restriction to transfer Creator Coins from one wallet to another.
With these changes, all 🔵 Base users will now have full access to participate in Moxie protocol and be able to buy, hold, and transfer Creator Coins.