minNetworkFeeBurn()
Last updated
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.
This function returns the minimum amount of BNT required for the burnNetworkFees() function to pass.
uint256
For example:
1000000000000000000000000 uint256
Last updated
