ComposableStablePool
Verified contract
Active on
Base with 986 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00121 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21954931 | 2 days ago | | | 0 | 1.5500518e-7 | |
| 21944872 | 2 days ago | | | 0 | 1.5870038e-7 | |
| 21943774 | 2 days ago | | | 0 | 0.000000098237372090 | |
| 21929969 | 2 days ago | | | 0 | 1.5787977e-7 | |
| 21929697 | 2 days ago | | | 0 | 1.5718027e-7 | |
| 21915306 | 3 days ago | | | 0 | 1.5740334e-7 | |
| 21884110 | 3 days ago | | | 0 | 0.000000083696971930 | |
| 21576808 | 10 days ago | | | 0 | 0.000000086127971930 | |
| 21484486 | 13 days ago | | | 0 | 0.000000302337657094 | |
| 21480201 | 13 days ago | | | 0 | 1.5554988e-7 |
ABI
ABI objects
Getter at block 22029330 getActualSupply() view returns (uint256) getRate() view returns (uint256)
DELEGATE_PROTOCOL_SWAP_FEES_SENTINEL() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
DOMAIN_SEPARATOR() view returns (bytes32)
0xcac9ee8c3a4edddd259f6c033436e9b703159ba5cbdcf9ac0dd486e98725982d
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=5000000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0xa69e0ccf150a29369d8bbc0b3f510849db7e8eee
getBptIndex() view returns (uint256)
0
getDomainSeparator() view returns (bytes32)
0xcac9ee8c3a4edddd259f6c033436e9b703159ba5cbdcf9ac0dd486e98725982d
getLastJoinExitData() view returns (uint256 lastJoinExitAmplification, uint256 lastPostJoinExitInvariant)
(lastJoinExitAmplification=5000000, lastPostJoinExitInvariant=11000746886857493910463)
getMinimumBpt() pure returns (uint256)
1000000
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1696974767, bufferPeriodEndTime=1699566767)
getPoolId() view returns (bytes32)
0x0c659734f1eef9c63b7ebdf78a164cdd745586db000000000000000000000046
getProtocolFeesCollector() view returns (address)
0xce88686553686da562ce7cea497ce749da109f9f
getProtocolSwapFeeDelegation() view returns (bool)
true
getRateProviders() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000]
getScalingFactors() view returns (uint256[])
[1000000000000000000, 1000000000000000000000000000000, 1000000000000000000000000000000, 1000000000000000000000000000000]
getSwapFeePercentage() view returns (uint256)
100000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
inRecoveryMode() view returns (bool)
false
isExemptFromYieldProtocolFee() view returns (bool)
false
name() view returns (string)
Balancer USDC/USDbC/axlUSDC
symbol() view returns (string)
USDC/USDbC/axlUSDC
totalSupply() view returns (uint256)
2596148429298596519290536343005585
version() view returns (string)
{"name":"ComposableStablePool","version":5,"deployment":"20230711-composable-stable-pool-v5"}
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
getNextNonce(address account) view returns (uint256)
getProtocolFeePercentageCache(uint256 feeType) view returns (uint256)
getTokenRate(address token) view returns (uint256)
getTokenRateCache(address token) view returns (uint256 rate, uint256 oldRate, uint256 duration, uint256 expires)
isTokenExemptFromYieldProtocolFee(address token) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
disableRecoveryMode()
enableRecoveryMode()
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)
pause()
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)
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)
unpause()
updateProtocolFeePercentageCache()
updateTokenRateCache(address token)
AmpUpdateStarted(uint256 startValue, uint256 endValue, uint256 startTime, uint256 endTime)
AmpUpdateStopped(uint256 currentValue)
Approval(address indexed owner, address indexed spender, uint256 value)
PausedStateChanged(bool paused)
ProtocolFeePercentageCacheUpdated(uint256 indexed feeType, uint256 protocolFeePercentage)
RecoveryModeStateChanged(bool enabled)
SwapFeePercentageChanged(uint256 swapFeePercentage)
TokenRateCacheUpdated(uint256 indexed tokenIndex, uint256 rate)
TokenRateProviderSet(uint256 indexed tokenIndex, address indexed provider, uint256 cacheDuration)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(struct ComposableStablePoolNewPoolParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.