Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WeightedPool"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22289872 | 20 days ago | | | 0 | 3.1922133e-7 | |
| 21888413 | a month ago | | | 0 | 0.000000209263800000 | |
| 18714765 | 3 months ago | | | 0 | 0.000000092465400000 | |
| 17850438 | 4 months ago | | | 0 | 0.000000105933593835 | |
| 17655918 | 4 months ago | | | 0 | 4.7162111e-7 | |
| 15857170 | 6 months ago | | | 0 | 4.9996440e-7 | |
| 13872654 | 7 months ago | | | 0 | 0.0000016371084 | |
| 13872457 | 7 months ago | | | 0 | 0.0000031587400 | |
| 13705845 | 7 months ago | | | 0 | 0.0000016474770 | |
| 13705638 | 7 months ago | | | 0 | 0.0000031555306 |
ABI
ABI objects
Getter at block 23160790 getActualSupply() view returns (uint256)
DELEGATE_PROTOCOL_SWAP_FEES_SENTINEL() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
DOMAIN_SEPARATOR() view returns (bytes32)
0x0cdcf34f878d8f3b3c862eb0cae1ccc2acd3f2c2fab2d641ce12d25739d13b1f
decimals() view returns (uint8)
18
getATHRateProduct() view returns (uint256)
0
getAuthorizer() view returns (address)
0xa69e0ccf150a29369d8bbc0b3f510849db7e8eee
getDomainSeparator() view returns (bytes32)
0x0cdcf34f878d8f3b3c862eb0cae1ccc2acd3f2c2fab2d641ce12d25739d13b1f
getInvariant() view returns (uint256)
16909595830457895989
getLastPostJoinExitInvariant() view returns (uint256)
16861419279909195903
getNormalizedWeights() view returns (uint256[])
[500000000000000000, 500000000000000000]
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1696975085, bufferPeriodEndTime=1699567085)
getPoolId() view returns (bytes32)
0x2db50a0e0310723ef0c2a165cb9a9f80d772ba2f00020000000000000000000d
getProtocolFeesCollector() view returns (address)
0xce88686553686da562ce7cea497ce749da109f9f
getProtocolSwapFeeDelegation() view returns (bool)
true
getRateProviders() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000]
getScalingFactors() view returns (uint256[])
[1000000000000000000, 1000000000000000000]
getSwapFeePercentage() view returns (uint256)
3000000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
inRecoveryMode() view returns (bool)
false
name() view returns (string)
Balancer 50 STABAL3 50 WETH
symbol() view returns (string)
BPT-50STABAL3-50WETH
totalSupply() view returns (uint256)
28994979285221565153
version() view returns (string)
{"name":"WeightedPool","version":4,"deployment":"20230320-weighted-pool-v4"}
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)
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)
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateProtocolFeePercentageCache()
Approval(address indexed owner, address indexed spender, uint256 value)
PausedStateChanged(bool paused)
ProtocolFeePercentageCacheUpdated(uint256 indexed feeType, uint256 protocolFeePercentage)
RecoveryModeStateChanged(bool enabled)
SwapFeePercentageChanged(uint256 swapFeePercentage)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(struct WeightedPoolNewPoolParams params, address vault, address protocolFeeProvider, uint256 pauseWindowDuration, uint256 bufferPeriodDuration, address owner, string version)
This contract contains no fallback and receive objects.
This contract contains no error objects.