pendingNetworkFeeAmount()
This function is in the BancorNetwork.sol contract.
BancorNetwork.sol
This function is used to get the pending network fees that are waiting to be sent to the Bancor Vortex.
For more information about triggering the Vortex, see Bancor Vortex Burner.
Return Variables
This function returns the number of BNT waiting to be sent to the Vortex.
Variable Type | Returns |
---|---|
uint256 | The number of BNT waiting to be sent to the Bancor Vortex.
For example:
|
Last updated