WeightedPool
Verified contract
Active on
Ethereum with 22 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) |
---|---|---|---|---|---|---|---|
| 18497478 | a year ago | | | 0 | 0.00048442614 | |
| 18175066 | a year ago | | | 0 | 0.00046304144 | |
| 17992391 | a year ago | | | 0 | 0.00070499000 | |
| 16103715 | 2 years ago | | | 0 | 0.00047264954 | |
| 16091134 | 2 years ago | | | 0 | 0.00082775503 | |
| 16027673 | 2 years ago | | | 0 | 0.00084797189 | |
| 16002920 | 2 years ago | | | 0 | 0.00051723608 | |
| 15980290 | 2 years ago | | | 0 | 0.00074550400 | |
| 15975548 | 2 years ago | | | 0 | 0.00069927853 | |
| 15972227 | 2 years ago | | | 0 | 0.00077468343 |
ABI
ABI objects
Getter at block 21211551 getRate() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x43a91655a0277d44b9c15eb417c0d49318473810a1639355716b96ba3b3326c4
decimals() pure returns (uint8)
18
getAuthorizer() view returns (address)
0x6048a8c631fb7e77eca533cf9c29784e482391e7
getInvariant() view returns (uint256)
1838552870321202417428
getLastInvariant() view returns (uint256)
1696069259983184091389
getNormalizedWeights() view returns (uint256[])
[200000000000000000, 800000000000000000]
getOwner() view returns (address)
0x95e8c5a56acc8064311d79946c7be87a1e90d17f
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1646958758, bufferPeriodEndTime=1646958758)
getPoolId() view returns (bytes32)
0x96ba9025311e2f47b840a1f68ed57a3df1ea8747000200000000000000000160
getSwapFeePercentage() view returns (uint256)
50000000000000000
getVault() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
name() view returns (string)
20DAI-80TCR
symbol() view returns (string)
20DAI-80TCR
totalSupply() view returns (uint256)
2882228252747680451642
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.