Changelog
February 24, 2025
Pull Requests
- #64 Upgrading contracts to enable Creator Coins Graduations to Uniswap V4.
Developer Impact
With the implementation of Graduation to Uniswap V4, Creator Coins will be available to trade directly on Uniswap V4 with any supported token trading on Uniswap.
While buy & sell can still be performed on the existing buy & sell functions on the Moxie Bonding Curve contract, the calculateTokensForBuy
and calculateTokensForSell
functions will now automatically revert if the creator coin has graduated to Uniswap V4.
Therefore, as an alternative solution, you are recommended to use the 0x API to calculate the creator coin price on the pool.
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.