Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,172,802.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 4.445607M | $1.00 |
$4,445,607.05 | |
ZBU | ERC-20 | 814.085587K | $4.67 |
$3,801,779.69 | |
rETH | ERC-20 | 559.430588 | $3,735.14 |
$2,089,551.57 | |
IMO | ERC-20 | 1.495946M | $1.12 |
$1,675,459.52 | |
WETH | ERC-20 | 369.932476 | $3,345.12 |
$1,237,468.52 | |
cdxUSD | ERC-20 | 204.303863K | $0.999346 |
$204,170.25 | |
AURA | ERC-20 | 593.926791K | $0.313115 |
$185,967.39 | |
weETH | ERC-20 | 50.753835 | $3,521.91 |
$178,750.44 | |
cbETH | ERC-20 | 36.062213 | $3,630.03 |
$130,906.92 | |
DOG | ERC-20 | 7.921815M | $0.006869 |
$54,416.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22722562 | 27 minutes ago | | | 0.00009 | 0.000017251142 | |
| 22722547 | 27 minutes ago | | | 0.00005531 | 0.000017590114 | |
| 22722547 | 27 minutes ago | | | 0.00014286 | 0.000023097961 | |
| 22721982 | an hour ago | | | 0.006 | 0.000054434537 | |
| 22721875 | an hour ago | | | 0 | 0.000015295906 | |
| 22721871 | an hour ago | | | 0 | 0.0000012686126 | |
| 22721404 | an hour ago | | | 0 | 0.000020760594 | |
| 22721082 | an hour ago | | | 0 | 8.3790328e-7 | |
| 22721044 | an hour ago | | | 0 | 8.5252350e-7 | |
| 22721006 | an hour ago | | | 0 | 8.5671783e-7 |
ABI
ABI objects
Getter at block 22723360
WETH() view returns (address)
0x4200000000000000000000000000000000000006
getAuthorizer() view returns (address)
0xa69e0ccf150a29369d8bbc0b3f510849db7e8eee
getDomainSeparator() view returns (bytes32)
0xa98d3edd85213404757e38be5c020f4db20b7818fa1fc642e680814d094f6aeb
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1696957419, bufferPeriodEndTime=1699549419)
getProtocolFeesCollector() view returns (address)
0xce88686553686da562ce7cea497ce749da109f9f
Read-only
getActionId(bytes4 selector) view returns (bytes32)
getInternalBalance(address user, address[] tokens) view returns (uint256[] balances)
getNextNonce(address user) 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.