StablePool
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StablePool"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291196 | 18 days ago | | | 0 | 0.00025276245 | |
| 21199246 | a month ago | | | 0 | 0.00061874175 | |
| 21100815 | a month ago | | | 0 | 0.00031066288 | |
| 21031329 | 2 months ago | | | 0 | 0.00039048180 | |
| 20975000 | 2 months ago | | | 0 | 0.00052605868 | |
| 20831853 | 3 months ago | | | 0 | 0.00063164041 | |
| 20567719 | 4 months ago | | | 0 | 0.000053638338 | |
| 20566184 | 4 months ago | | | 0 | 0.000044696143 | |
| 20543201 | 4 months ago | | | 0 | 0.000058852694 | |
| 20520920 | 4 months ago | | | 0 | 0.00028030106 |
ABI
ABI objects
Getter at block 21416600 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xd18f84c67679dc7739eecd875c38653fe68f641a80abf1cf6748adc438473f23
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=15000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getLastInvariant() view returns (uint256 lastInvariant, uint256 lastInvariantAmp)
(lastInvariant=32627257445645124505279, lastInvariantAmp=15000)
getOwner() view returns (address)
0x0de5199779b43e13b3bec21e91117e18736bc1a8
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1662588611, bufferPeriodEndTime=1665180611)
getPoolId() view returns (bytes32)
0x2d011adf89f0576c9b722c28269fcb5d50c2d17900020000000000000000024d
getScalingFactors() view returns (uint256[])
[1000000000000000000, 1000000000000000000]
getSwapFeePercentage() view returns (uint256)
400000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
inRecoveryMode() view returns (bool)
false
name() view returns (string)
Balancer sdBAL Stable Pool
symbol() view returns (string)
B-sdBAL-STABLE
totalSupply() view returns (uint256)
32483392886362334844117
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
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 request, uint256 balanceTokenIn, uint256 balanceTokenOut) returns (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)
startAmplificationParameterUpdate(uint256 rawEndValue, uint256 endTime)
stopAmplificationParameterUpdate()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
AmpUpdateStarted(uint256 startValue, uint256 endValue, uint256 startTime, uint256 endTime)
AmpUpdateStopped(uint256 currentValue)
Approval(address indexed owner, address indexed spender, uint256 value)
PausedStateChanged(bool paused)
RecoveryModeStateChanged(bool enabled)
SwapFeePercentageChanged(uint256 swapFeePercentage)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address vault, string name, string symbol, address[] tokens, uint256 amplificationParameter, uint256 swapFeePercentage, uint256 pauseWindowDuration, uint256 bufferPeriodDuration, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.