Search…
About Bancor Network
Bancor V3
Bancor Basics
Resources
Token Whitelisting Requirements
Security & Audits
Developer Guides
Contracts
Write Functions
Read Functions
Rewards
Liquidity Pool Details
Trades
Withdrawals
Pool Token Information
Vortex
pendingNetworkFeeAmount()
Data & Events
Other Guides
Bancor Vortex Burner
Bancor V3 Beta Tutorial
Migration to V3 Tutorial
Marketing
Brand Guide
Powered By
GitBook
pendingNetworkFeeAmount()
This function is in the BancorNetwork.sol contract.
Function isPoolValid()
BancorNetwork.sol
1
function pendingNetworkFeeAmount() external view returns (uint256) {
2
return _pendingNetworkFeeAmount;
3
}
Copied!
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:
46722477161075314125 uint256
Previous
Vortex
Next - Developer Guides
Data & Events
Last modified
9d ago
Copy link
Contents
Function isPoolValid()
Return Variables