WeightedPool2Tokens
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WeightedPool2Tokens"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675527 | 2 months ago | | | 0 | 0.000026321277 | |
| 20351972 | 4 months ago | | | 0 | 0.000072885457 | |
| 20154725 | 5 months ago | | | 0 | 0.000090862946 | |
| 20146619 | 5 months ago | | | 0 | 0.000063460065 | |
| 19955585 | 6 months ago | | | 0 | 0.00017418429 | |
| 18497483 | a year ago | | | 0 | 0.00055547413 | |
| 18144474 | a year ago | | | 0 | 0.00031704888 | |
| 18134655 | a year ago | | | 0 | 0.00039414469 | |
| 17504812 | a year ago | | | 0 | 0.00040153649 | |
| 17010694 | 2 years ago | | | 0 | 0.00050165544 |
ABI
ABI objects
Getter at block 21211551 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0xc361fce0ee65edf304357049e918dd6fe20016ff3c2a61282eb564b3b1d2597d
decimals() pure returns (uint8)
18
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getInvariant() view returns (uint256)
250183743626478589
getLargestSafeQueryWindow() pure returns (uint256)
122400
getLastInvariant() view returns (uint256)
250183743626478589
getMiscData() view returns (int256 logInvariant, int256 logTotalSupply, uint256 oracleSampleCreationTimestamp, uint256 oracleIndex, bool oracleEnabled, uint256 swapFeePercentage)
(logInvariant=-13856, logTotalSupply=-7116, oracleSampleCreationTimestamp=1723940015, oracleIndex=937, oracleEnabled=true, swapFeePercentage=3000000000000000)
getNormalizedWeights() view returns (uint256[])
[300000000000000000, 700000000000000000]
getOwner() view returns (address)
0x75b984d8ad22007923b03b5d40daa1917ef35313
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1643150418, bufferPeriodEndTime=1643150418)
getPoolId() view returns (bytes32)
0x90291319f1d4ea3ad4db0dd8fe9e12baf749e84500020000000000000000013c
getSwapFeePercentage() view returns (uint256)
3000000000000000
getTotalSamples() pure returns (uint256)
1024
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
Balancer 30 FEI 70 WETH
symbol() view returns (string)
B-30FEI-70WETH
totalSupply() view returns (uint256)
490847926474738357
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getActionId(bytes4 selector) view returns (bytes32)
getLatest(uint8 variable) view returns (uint256)
getPastAccumulators(struct IPriceOracleOracleAccumulatorQuery[] queries) view returns (int256[] results)
getSample(uint256 index) view returns (int256 logPairPrice, int256 accLogPairPrice, int256 logBptPrice, int256 accLogBptPrice, int256 logInvariant, int256 accLogInvariant, uint256 timestamp)
getTimeWeightedAverage(struct IPriceOracleOracleAverageQuery[] queries) view returns (uint256[] results)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseApproval(address spender, uint256 amount) returns (bool)
enableOracle()
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[] amountsIn, uint256[] dueProtocolFeeAmounts)
onSwap(struct IPoolSwapStructsSwapRequest request, uint256 balanceTokenIn, uint256 balanceTokenOut) returns (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)
OracleEnabledChanged(bool enabled)
PausedStateChanged(bool paused)
SwapFeePercentageChanged(uint256 swapFeePercentage)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(struct WeightedPool2TokensNewPoolParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.