🌎
Liquid Earth
  • What is Liquid Earth?
  • Smart Contracts
    • Overview
      • Integrated Project Intro and Business Proposition
      • Fantom Blockchain
      • The Role of Digital Assets
      • Token Supply
    • Smart Contracts Overview
      • Roles and Access Control within Liquid Earth Contracts
      • Fees
      • Payment System
      • Deployment Sequence
    • Smart Contract Repos
      • FantomAddressRegistry.sol
      • FantomArtion.sol
      • FantomAuction.sol
      • FantomBundleMarketplace.sol
      • FantomMarketplace.sol
      • FantomPriceFeed.sol
      • FantomTokenRegistry.sol
      • Verifiable.sol
Powered by GitBook
On this page
  1. Smart Contracts
  2. Smart Contracts Overview

Payment System

Tokens Used for Payments:

Only approved ERC20 tokens are used for payments within the ecosystem. There are no functions marked as payable, so Fantom's native token (FTM) is not accepted for transactions in any of the provided contracts.

Fees Collection:

Fees will be collected in approved ERC20 tokens via the ERC20 function calls in FantomArtion.sol.

Payable Functions:

No functions are marked as payable across all the uploaded contracts, meaning that none of the functions in these contracts are set up to accept native Fantom (FTM) tokens.

PreviousFeesNextDeployment Sequence

Last updated 7 months ago