minNetworkFeeBurn()
BancorNetwork.sol
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 Type
Returns
uint256
For example:
1000000000000000000000000 uint256
Last updated