Claiming Fees (For Contract Owner)

export TOKEN_ADDRESS=<token_to_claim>
export AMOUNT_TO_CLAIM=<amount_in_wei>

starkli invoke \
  <DEX_ADDRESS> \
  claim_fees \
  $TOKEN_ADDRESS \
  $AMOUNT_TO_CLAIM
  • Used by the owner to withdraw accumulated fees.

Last updated