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.

Variable TypeReturns

uint256

For example: 1000000000000000000000000 uint256

Last updated