pendingNetworkFeeAmount()

This function is in the BancorNetwork.sol contract.

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

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 TypeReturns

uint256

The number of BNT waiting to be sent to the Bancor Vortex. For example: 46722477161075314125 uint256

Last updated