Epoch Docs
manifesto
  • Start Here
  • EPOCH Token
  • EPOCH-LP (80/20)
  • vEPOCH
    • User Methods
    • Admin Methods
    • Events
  • Initial Time Offering (ITO)
    • User Methods
    • Admin Methods
    • Events
  • Governance
  • Links
Powered by GitBook
On this page
  1. Initial Time Offering (ITO)

Admin Methods

ITO V1 contract admin methods

The methods on this page are only available to the DAO. These methods cannot be executed by non owners.

SetProtocolFee

function setProtocolFee(
        address _protocolFeeRecipientAddress, 
        uint16 _protocolFeeBp
    ) external onlyOwner;

Description: Allows owner to set protocol fee recipient address and protocol fee percentage (max)

Inputs:

  • _protocolFeeRecipientAddress - The address where protocol fees should flow to

  • _protocolFeeBp - The protocol fee in basis points (100 = 1%)

Note: the protocolFeeBp can not be set to a value higher than MAX_FEE_BP (4999 = 49.99%)

PreviousUser MethodsNextEvents

Last updated 1 year ago