burnNetworkFees()

    function burnNetworkFees() external whenNotPaused nonReentrant returns (uint256)

This function burns all pendingNetworkFeeAmount() that are available in the contract.

The function is public, can be called by any caller, and does not require any parameters.

Last updated