StablePhantomPool
Verified contract
Active on
Ethereum with 748 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StablePhantomPool"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176188 | 5 days ago | | | 0 | 0.0012041486 | |
| 20580051 | 3 months ago | | | 0 | 0.000073834209 | |
| 20580051 | 3 months ago | | | 0 | 0.000053299515 | |
| 20580051 | 3 months ago | | | 0 | 0.000038986955 | |
| 20548226 | 3 months ago | | | 0 | 0.000030489779 | |
| 20280612 | 4 months ago | | | 0 | 0.00020998906 | |
| 20179655 | 5 months ago | | | 0 | 0.00027919744 | |
| 19992796 | 6 months ago | | | 0 | 0.00018719792 | |
| 19817255 | 6 months ago | | | 0 | 0.00015305854 | |
| 19771734 | 7 months ago | | | 0 | 0.00045057654 |
ABI
ABI objects
Getter at block 21211511 getRate() view returns (uint256) getVirtualSupply() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x7681ff5ee633f4e612bf4d077007b3a5c3bb0b753fc6fe21712d144702af420f
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=1472000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getBptIndex() view returns (uint256)
1
getCachedProtocolSwapFeePercentage() view returns (uint256)
500000000000000000
getDueProtocolFeeBptAmount() view returns (uint256)
8165884284425362700115
getLastInvariant() view returns (uint256 lastInvariant, uint256 lastInvariantAmp)
(lastInvariant=0, lastInvariantAmp=0)
getMinimumBpt() pure returns (uint256)
1000000
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1646766472, bufferPeriodEndTime=1649358472)
getPoolId() view returns (bytes32)
0x7b50775383d3d6f0215a8f290f2c9e2eebbeceb20000000000000000000000fe
getRateProviders() view returns (address[] providers)
[0x2BBf681cC4eb09218BEe85EA2a5d3D13Fa40fC0C, 0x0000000000000000000000000000000000000000, 0x804CdB9116a10bB78768D3252355a1b18067bF8f, 0x9210F1204b5a24742Eba12f710636D76240dF3d0]
getScalingFactors() view returns (uint256[])
[1000000172834533859, 1000000000000000000, 1502865900120949958, 1397338494175971172]
getSwapFeePercentage() view returns (uint256)
10000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
Balancer Aave Boosted StablePool (USD)
symbol() view returns (string)
bb-a-USD
totalSupply() view returns (uint256)
5192296858534827628530496329220095
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
getScalingFactor(address token) view returns (uint256)
getTokenRate(address token) view returns (uint256)
getTokenRateCache(address token) view returns (uint256 rate, uint256 duration, uint256 expires)
nonces(address owner) view returns (uint256)
onSwap(struct IPoolSwapStructsSwapRequest, uint256, uint256) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onExitPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[], uint256[])
onJoinPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[], uint256[])
onSwap(struct IPoolSwapStructsSwapRequest swapRequest, uint256[] balances, uint256 indexIn, uint256 indexOut) returns (uint256)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
queryExit(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256 bptIn, uint256[] amountsOut)
queryJoin(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256 bptOut, uint256[] amountsIn)
setAssetManagerPoolConfig(address token, bytes poolConfig)
setPaused(bool paused)
setSwapFeePercentage(uint256 swapFeePercentage)
setTokenRateCacheDuration(address token, uint256 duration)
startAmplificationParameterUpdate(uint256 rawEndValue, uint256 endTime)
stopAmplificationParameterUpdate()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateCachedProtocolSwapFeePercentage()
updateTokenRateCache(address token)
AmpUpdateStarted(uint256 startValue, uint256 endValue, uint256 startTime, uint256 endTime)
AmpUpdateStopped(uint256 currentValue)
Approval(address indexed owner, address indexed spender, uint256 value)
CachedProtocolSwapFeePercentageUpdated(uint256 protocolSwapFeePercentage)
DueProtocolFeeIncreased(uint256 bptAmount)
PausedStateChanged(bool paused)
SwapFeePercentageChanged(uint256 swapFeePercentage)
TokenRateCacheUpdated(address indexed token, uint256 rate)
TokenRateProviderSet(address indexed token, address indexed provider, uint256 cacheDuration)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(struct StablePhantomPoolNewPoolParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.