Predeployed smart contracts
Section detailing the precompiled and predeployed smart contracts of the Acala EVM+.
Precompiled smart contracts
yarn add --dev @acala-network/contractsimport "@acala-network/contracts/token/Token.sol";const TokenContract = require("@acala-network/contracts/build/contracts/Token.json");Predeployed smart contracts
ADDRESS utility
import "@acala-network/contracts/utils/MandalaAddress.sol";Last updated