WeightedPool
Verified contract
Active on
Ethereum with 10 txns
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) |
---|---|---|---|---|---|---|---|
| 15838056 | 2 years ago | | | 0 | 0.00098891703 | |
| 15690437 | 2 years ago | | | 0 | 0.0013130387 | |
| 15635762 | 2 years ago | | | 0 | 0.00047988528 | |
| 15489957 | 2 years ago | | | 0 | 0.00031282824 | |
| 15489933 | 2 years ago | | | 0 | 0.00034100984 | |
| 15449545 | 2 years ago | | | 0 | 0.00062849300 | |
| 15437087 | 2 years ago | | | 0 | 0.00097653790 | |
| 15431875 | 2 years ago | | | 0 | 0.00059503063 | |
| 15431013 | 2 years ago | | | 0 | 0.00063443686 | |
| 15413032 | 2 years ago | | | 0 | 0.00081351324 |
ABI
ABI objects
Getter at block 21223090 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x468e93dcd8fe2988fb1aa1d3f72cdf44f99bf5e58f4794279b8fe98a67d84294
decimals() pure returns (uint8)
18
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getInvariant() view returns (uint256)
148914711835661919879611
getLastInvariant() view returns (uint256)
146865604610483064706019
getNormalizedWeights() view returns (uint256[])
[200000000000000000, 800000000000000000]
getOwner() view returns (address)
0x5aae9bbbd739216766de5c6d714c2bcb9e03e11f
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1660034982, bufferPeriodEndTime=1660034982)
getPoolId() view returns (bytes32)
0x0947592314bf2bd0f86a74299bc8e534e3c7313f000200000000000000000312
getSwapFeePercentage() view returns (uint256)
10000000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
20WETH-80JELLY
symbol() view returns (string)
20WETH-80JELLY
totalSupply() view returns (uint256)
292249334599528442471769
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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseApproval(address spender, uint256 amount) returns (bool)
increaseApproval(address spender, uint256 amount) 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)
setPaused(bool paused)
setSwapFeePercentage(uint256 swapFeePercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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[] normalizedWeights, uint256 swapFeePercentage, uint256 pauseWindowDuration, uint256 bufferPeriodDuration, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.