StablePool
Verified contract
Active on
Ethereum with 172 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) |
---|---|---|---|---|---|---|---|
| 20688781 | 2 months ago | | | 0 | 0.000070684500 | |
| 20656419 | 3 months ago | | | 0 | 0.000049725293 | |
| 20656230 | 3 months ago | | | 0 | 0.000075416000 | |
| 20608736 | 3 months ago | | | 0 | 0.000021634628 | |
| 20608734 | 3 months ago | | | 0 | 0.000018906032 | |
| 20599428 | 3 months ago | | | 0 | 0.00020787011 | |
| 20595514 | 3 months ago | | | 0 | 0.00012045800 | |
| 20586829 | 3 months ago | | | 0 | 0.000058168996 | |
| 20560009 | 3 months ago | | | 0 | 0.000066718429 | |
| 20498173 | 3 months ago | | | 0 | 0.000048294434 |
ABI
ABI objects
Getter at block 21227102 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x2bf5b34b463298f1f4d06393cb71d2fa19bae3bf81e6ea055af499f6b733f126
decimals() view returns (uint8)
18
getAmplificationParameter() view returns (uint256 value, bool isUpdating, uint256 precision)
(value=200000, isUpdating=false, precision=1000)
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getLastInvariant() view returns (uint256 lastInvariant, uint256 lastInvariantAmp)
(lastInvariant=127835355118356261671591, lastInvariantAmp=200000)
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1673286311, bufferPeriodEndTime=1673286311)
getPoolId() view returns (bytes32)
0xff4ce5aaab5a627bf82f4a571ab1ce94aa365ea6000200000000000000000426
getScalingFactors() view returns (uint256[])
[1000000000000000000, 1000000000000000000000000000000]
getSwapFeePercentage() view returns (uint256)
400000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
inRecoveryMode() view returns (bool)
false
name() view returns (string)
DOLA USDC Stable Pool
symbol() view returns (string)
DOLA-USDC BSP
totalSupply() view returns (uint256)
125645507051843216788654
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.