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.
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:
46722477161075314125 uint256 |
Last modified 1yr ago