StablePool
Verified contract
Active on
Ethereum with 404 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) |
---|---|---|---|---|---|---|---|
| 19897789 | 7 months ago | | | 0 | 0.000089183307 | |
| 19817344 | 7 months ago | | | 0 | 0.00015690751 | |
| 19282524 | 9 months ago | | | 0 | 0.0019601595 | |
| 19072392 | 10 months ago | | | 0 | 0.00055725417 | |
| 18705852 | a year ago | | | 0 | 0.00067233063 | |
| 17640126 | a year ago | | | 0 | 0.00060945687 | |
| 17396256 | 2 years ago | | | 0 | 0.0010665950 | |
| 17010108 | 2 years ago | | | 0 | 0.00052344506 | |
| 17010101 | 2 years ago | | | 0 | 0.00051040339 | |
| 16916986 | 2 years ago | | | 0 | 0.00037070580 |
ABI
ABI objects
Getter at block 21328944 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x45f73731b60a1b8cbb0c49ddef2d5c96c9ba99bc047ae584868452e116246342
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=1390000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1632398139, bufferPeriodEndTime=1634990139)
getPoolId() view returns (bytes32)
0x06df3b2bbb68adc8b0e302443692037ed9f91b42000000000000000000000063
getSwapFeePercentage() view returns (uint256)
50000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
Balancer USD Stable Pool
symbol() view returns (string)
staBAL3
totalSupply() view returns (uint256)
85900513889191981592788
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)
onSwap(struct IPoolSwapStructsSwapRequest request, uint256 balanceTokenIn, uint256 balanceTokenOut) view returns (uint256)
onSwap(struct IPoolSwapStructsSwapRequest swapRequest, uint256[] balances, uint256 indexIn, uint256 indexOut) view 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[])
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)
startAmplificationParameterUpdate(uint256 rawEndValue, uint256 endTime)
stopAmplificationParameterUpdate()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AmpUpdateStarted(uint256 startValue, uint256 endValue, uint256 startTime, uint256 endTime)
AmpUpdateStopped(uint256 currentValue)
Approval(address indexed owner, address indexed spender, uint256 value)
PausedStateChanged(bool paused)
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.