minNetworkFeeBurn()

BancorNetwork.sol
    function minNetworkFeeBurn() external view returns (uint256)

This function indicates the minimum amount of BNT tokens that can exist in the pendingNetworkFeeAmount() before the burnNetworkFees() function can be called.

Return Variables

This function returns the minimum amount of BNT required for the burnNetworkFees() function to pass.

Last updated