Search…
About Bancor Network
Bancor V3
Bancor Basics
Resources for DAOs
Security & Audits
Contracts & Functions
Contracts
Write Functions
Read Functions
Rewards
Liquidity Pool Details
liquidityPools()
isPoolValid()
isPoolStable()
tradingLiquidity()
depositingEnabled()
poolFundingLimit()
Trades
Withdrawals
Pool Token Information
Vortex
Data & Events
Developer Guides
Bancor Vortex Burner
Bancor Etherscan Guide
REST API
Marketing
Brand Guide
Powered By
GitBook
poolFundingLimit()
Bancor v3 supports infinity pools and deposits
Function poolFundingLimit()
NetworkSettings.sol
1
function poolFundingLimit(Token pool) external view returns (uint256)
Copied!
Bancor v3 supports infinity pools and deposits. However, the trading liquidity is limited based on the
poolFundingLimit()
function.
Funding limit effects the pool liquidity depth and therefore trading slippage
Function Arguments
Name
Type
Description
pool
Token
​
pool
uint256
​
Return Variables
The read function
Function poolFundingLimit()
provides return variables with the return statement.
The function's
return value is an amount in BNT token units.
Variable Name
Returns
poolFundingLimits[pool]
The amount of BNT tokens that represent the funding limit of a token pool and the token pool address
unit256
indicates the returns with be 256 bits in size
Previous
depositingEnabled()
Next
Trades
Last modified
26d ago
Copy link
Contents
Function poolFundingLimit()
Function Arguments
Return Variables