WeightedPool
Verified contract
Active on
Ethereum with 741 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) |
---|---|---|---|---|---|---|---|
| 20995593 | a month ago | | | 0 | 0.00041320205 | |
| 20869231 | 2 months ago | | | 0 | 0.00035319507 | |
| 20590503 | 3 months ago | | | 0 | 0.000023164761 | |
| 20551390 | 3 months ago | | | 0 | 0.000024334879 | |
| 20351972 | 4 months ago | | | 0 | 0.000072885457 | |
| 20346257 | 4 months ago | | | 0 | 0.00017246576 | |
| 20103277 | 5 months ago | | | 0 | 0.00020100406 | |
| 20094716 | 5 months ago | | | 0 | 0.00024308192 | |
| 20094705 | 5 months ago | | | 0 | 0.00025263600 | |
| 20086557 | 5 months ago | | | 0 | 0.00038152139 |
ABI
ABI objects
Getter at block 21212722 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xbafdd66c69111e374ed76fc2394d0795035332eabbfda50e198ab45dcb625d60
decimals() pure returns (uint8)
18
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getInvariant() view returns (uint256)
43415871008237513592836
getLastInvariant() view returns (uint256)
43415063877522922344373
getNormalizedWeights() view returns (uint256[])
[500000000000000000, 500000000000000000]
getOwner() view returns (address)
0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1656324819, bufferPeriodEndTime=1656324819)
getPoolId() view returns (bytes32)
0xcfca23ca9ca720b6e98e3eb9b6aa0ffc4a5c08b9000200000000000000000274
getSwapFeePercentage() view returns (uint256)
10000000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
50WETH-50AURA
symbol() view returns (string)
50WETH-50AURA
totalSupply() view returns (uint256)
79011783240963535758226
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.