MetaStablePool
Verified contract
Active on
Ethereum with 116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MetaStablePool"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20705447 | 2 months ago | | | 0 | 0.000031631600 | |
| 20494651 | 3 months ago | | | 0 | 0.000061605558 | |
| 20173481 | 5 months ago | | | 0 | 0.000051110371 | |
| 19601709 | 7 months ago | | | 0 | 0.00024969258 | |
| 18706522 | a year ago | | | 0 | 0.0015175929 | |
| 18472966 | a year ago | | | 0 | 0.00055761018 | |
| 18035440 | a year ago | | | 0 | 0.0013958154 | |
| 18035248 | a year ago | | | 0 | 0.00095350973 | |
| 18034933 | a year ago | | | 0 | 0.00093651466 | |
| 18034685 | a year ago | | | 0 | 0.00084637584 |
ABI
ABI objects
Getter at block 21216242 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x711f5ae096900c4d2ca66c92ea53c660b2e04c21eafd43a138cced638a34278c
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=50000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getLargestSafeQueryWindow() pure returns (uint256)
122400
getLastInvariant() view returns (uint256 lastInvariant, uint256 lastInvariantAmp)
(lastInvariant=279086824439934069, lastInvariantAmp=50000)
getOracleMiscData() view returns (int256 logInvariant, int256 logTotalSupply, uint256 oracleSampleCreationTimestamp, uint256 oracleIndex, bool oracleEnabled)
(logInvariant=-12762, logTotalSupply=-12973, oracleSampleCreationTimestamp=1729929599, oracleIndex=646, oracleEnabled=true)
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1673459963, bufferPeriodEndTime=1673459963)
getPoolId() view returns (bytes32)
0x9c6d47ff73e0f5e51be5fd53236e3f595c5793f200020000000000000000042c
getRateProviders() view returns (address[] providers)
[0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768, 0x7311E4BB8a72e7B300c5B8BDE4de6CdaA822a5b1]
getScalingFactors() view returns (uint256[])
[1182873219324591842, 1084713576955832105]
getSwapFeePercentage() view returns (uint256)
400000000000000
getTotalSamples() pure returns (uint256)
1024
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
Balancer cbETH-wstETH Stable Pool
symbol() view returns (string)
B-cbETH-wstETH-Stable
totalSupply() view returns (uint256)
273259897168240633
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
getLatest(uint8 variable) view returns (uint256)
getPastAccumulators(struct IPriceOracleOracleAccumulatorQuery[] queries) view returns (int256[] results)
getPriceRateCache(address token) view returns (uint256 rate, uint256 duration, uint256 expires)
getSample(uint256 index) view returns (int256 logPairPrice, int256 accLogPairPrice, int256 logBptPrice, int256 accLogBptPrice, int256 logInvariant, int256 accLogInvariant, uint256 timestamp)
getTimeWeightedAverage(struct IPriceOracleOracleAverageQuery[] queries) view returns (uint256[] results)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
enableOracle()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onExitPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[] amountsOut, uint256[] dueProtocolFeeAmounts)
onJoinPool(bytes32 poolId, address sender, address recipient, uint256[] balances, uint256 lastChangeBlock, uint256 protocolSwapFeePercentage, bytes userData) returns (uint256[] amountsIn, uint256[] dueProtocolFeeAmounts)
onSwap(struct IPoolSwapStructsSwapRequest request, uint256 balanceTokenIn, uint256 balanceTokenOut) returns (uint256)
onSwap(struct IPoolSwapStructsSwapRequest request, 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)
setPriceRateCacheDuration(address token, uint256 duration)
setSwapFeePercentage(uint256 swapFeePercentage)
startAmplificationParameterUpdate(uint256 rawEndValue, uint256 endTime)
stopAmplificationParameterUpdate()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updatePriceRateCache(address token)
AmpUpdateStarted(uint256 startValue, uint256 endValue, uint256 startTime, uint256 endTime)
AmpUpdateStopped(uint256 currentValue)
Approval(address indexed owner, address indexed spender, uint256 value)
OracleEnabledChanged(bool enabled)
PausedStateChanged(bool paused)
PriceRateCacheUpdated(address indexed token, uint256 rate)
PriceRateProviderSet(address indexed token, address indexed provider, uint256 cacheDuration)
SwapFeePercentageChanged(uint256 swapFeePercentage)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(struct MetaStablePoolNewPoolParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.