getTotalFee

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

Function

function getTotalFee() external view returns (uint);

Return values

ValueDescription

uint _val

The total protocol fee.

Last updated