Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,571,096.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 158.043035 | $3,317.50 |
$524,307.77 | |
USDC | ERC-20 | 477.709628K | $0.999341 |
$477,394.82 | |
cbBTC | ERC-20 | 2.420301 | $93,825.00 |
$227,084.73 | |
USDbC | ERC-20 | 175.941844K | $0.999145 |
$175,791.41 | |
wstETH | ERC-20 | 17.923506 | $3,942.43 |
$70,662.17 | |
BRETT | ERC-20 | 309.196313K | $0.161273 |
$49,865.02 | |
DAI | ERC-20 | 17.015086K | $0.998608 |
$16,991.4 | |
AERO | ERC-20 | 9.495967K | $1.28 |
$12,154.84 | |
DEGEN | ERC-20 | 631.894689K | $0.017268 |
$10,911.54 | |
Mog | ERC-20 | 2.471763B | $0.000002 |
$5,932.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22884280 | a day ago | | | 0 | 0.0000077604805 | |
| 22884258 | a day ago | | | 0 | 0.0000074670408 | |
| 22756097 | 4 days ago | | | 0 | 0.0000049135797 | |
| 22589010 | 8 days ago | | | 0 | 0.0000064419370 | |
| 22286820 | 15 days ago | | | 0 | 0.0000019297959 | |
| 22286790 | 15 days ago | | | 0 | 0.0000010078091 | |
| 22275537 | 15 days ago | | | 0 | 0.0000036196134 | |
| 22070460 | 20 days ago | | | 0 | 0.0000024244788 | |
0x0a574520 | 22052100 | 20 days ago | | | 0 | 1.2265590e-7 | |
0x0a574520 | 22048323 | 20 days ago | | | 0 | 1.5170437e-7 |
ABI
ABI objects
Getter at block 22925340
WETH() view returns (address)
0x4200000000000000000000000000000000000006
getAuthorizer() view returns (address)
0xd315a9c38ec871068fec378e4ce78af528c76293
getDomainSeparator() view returns (bytes32)
0x16a16c89137f0f189f55893252a0f9a1ca058a61682348e517de40c96b6a3cc0
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1739020069, bufferPeriodEndTime=1746796069)
getProtocolFeesCollector() view returns (address)
0x9892e3e984760e97daeb30eacfb9f794da8622b4
Read-only
getActionId(bytes4 selector) view returns (bytes32)
getInternalBalance(address user, address[] tokens) view returns (uint256[] balances)
getNextNonce(address account) view returns (uint256)
getPool(bytes32 poolId) view returns (address, uint8)
getPoolTokenInfo(bytes32 poolId, address token) view returns (uint256 cash, uint256 managed, uint256 lastChangeBlock, address assetManager)
getPoolTokens(bytes32 poolId) view returns (address[] tokens, uint256[] balances, uint256 lastChangeBlock)
hasApprovedRelayer(address user, address relayer) view returns (bool)
State-modifying
Events batchSwap(uint8 kind, struct IVaultBatchSwapStep[] swaps, address[] assets, struct IVaultFundManagement funds, int256[] limits, uint256 deadline) payable returns (int256[] assetDeltas)
deregisterTokens(bytes32 poolId, address[] tokens)
exitPool(bytes32 poolId, address sender, address recipient, struct IVaultExitPoolRequest request)
flashLoan(address recipient, address[] tokens, uint256[] amounts, bytes userData)
joinPool(bytes32 poolId, address sender, address recipient, struct IVaultJoinPoolRequest request) payable
managePoolBalance(struct IVaultPoolBalanceOp[] ops)
manageUserBalance(struct IVaultUserBalanceOp[] ops) payable
queryBatchSwap(uint8 kind, struct IVaultBatchSwapStep[] swaps, address[] assets, struct IVaultFundManagement funds) returns (int256[])
registerPool(uint8 specialization) returns (bytes32)
registerTokens(bytes32 poolId, address[] tokens, address[] assetManagers)
setAuthorizer(address newAuthorizer)
setPaused(bool paused)
setRelayerApproval(address sender, address relayer, bool approved)
swap(struct IVaultSingleSwap singleSwap, struct IVaultFundManagement funds, uint256 limit, uint256 deadline) payable returns (uint256 amountCalculated)
AuthorizerChanged(address indexed newAuthorizer)
ExternalBalanceTransfer(address indexed token, address indexed sender, address recipient, uint256 amount)
FlashLoan(address indexed recipient, address indexed token, uint256 amount, uint256 feeAmount)
InternalBalanceChanged(address indexed user, address indexed token, int256 delta)
PausedStateChanged(bool paused)
PoolBalanceChanged(bytes32 indexed poolId, address indexed liquidityProvider, address[] tokens, int256[] deltas, uint256[] protocolFeeAmounts)
PoolBalanceManaged(bytes32 indexed poolId, address indexed assetManager, address indexed token, int256 cashDelta, int256 managedDelta)
PoolRegistered(bytes32 indexed poolId, address indexed poolAddress, uint8 specialization)
RelayerApprovalChanged(address indexed relayer, address indexed sender, bool approved)
Swap(bytes32 indexed poolId, address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
TokensDeregistered(bytes32 indexed poolId, address[] tokens)
TokensRegistered(bytes32 indexed poolId, address[] tokens, address[] assetManagers)
constructor(address authorizer, address weth, uint256 pauseWindowDuration, uint256 bufferPeriodDuration)
receive()
This contract contains no error objects.