getTotalFee

This method returns the total fee of the Core contract for swaps and burns.

Function

function getTotalFee() external view returns (uint);

Return values

Value
Description

uint _val

The total protocol fee.

Last updated