ADDRESS
utility, which serves as an automatic getter of the precompiled smart contract addresses, so we don't have to search for them in the documentation and hardcode them into our project.DEX
smart contract to swap the ERC20 tokens of the predeployed Token
smart contracts, which we instantiate with the help of the ADDRESS
utility.EVM
smart contract to manage the account preferences and the smart contract that the account maintains. It introduces the publishing of the smart contracts in the Acala EVM+ as well as enabling and disabling the developer mode of the account directly in the Acala EVM+.DEX
, Token
s and Schedule
smart contracts in order to build an escrow service that accepts any of the predeployed ERC20 tokens, swaps them for AUSD
and at a set block releases the funds in AUSD
or in another predeployed ERC20 token.