Goat Trading
  • Introduction
  • Features
    • For Teams
      • Bootstrapped Liquidity
      • Instantly Accessible Trading Fees
      • Free Liquidity Lock and Vesting
      • User Safety
    • For Traders
      • Mandatory Liquidity Lock
      • Mandatory Team Vesting
      • Sandwich Bot Protection
      • Farming
      • Team Information
  • Token
    • Utility
    • Farming
    • Staking
    • Distribution
  • Mainnet Contracts
  • Technical
    • Technical Overview
    • Functionality
    • Algorithms
    • Tokens
      • Tax Token
      • Taxshare Token
      • Tax Burn Token
      • Vault Token
      • Dividend Token
    • Audits
    • Contracts
  • 🐦Twitter
  • 🌐Website
  • 📱Telegram
  • 📈DexTools
  • 🦎Coingecko
Powered by GitBook
On this page
  • Token Description:
  • Token Interface for Maintenance:
  1. Technical
  2. Tokens

Vault Token

Vault token documentation

Token Description:

The VaultToken is a type of tax token that takes a percentage of taxes and keeps them in the token contract to allow tokens to be proportionally redeemed for Ether. It ensures a minimum token price based on past taxes. Users can redeem their tokens for a proportional amount of the Ether held in the contract.

Token Interface for Maintenance:

  • transferTreasury(address _newTreasury) - Allows the owner or treasury to change the treasury address.

  • changeDex(address _dexAddress) - Allows the owner or treasury to change the address of the dex where taxes should be sold.

  • setTaxes(address _dex, uint256 _buyTax, uint256 _sellTax) - Allows the owner to set buy and sell taxes on the dex.

  • changeVaultPercent(uint256 _newVaultPercent) - Allows the owner or treasury to change the percentage of taxes that are given to the vault.

PreviousTax Burn TokenNextDividend Token

Last updated 1 year ago