Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TYS-RSPT-24-6-2022 | ERC-20 | 10.211684 | -- | -- | |
TYS-RSPT-24-6-2022 | ERC-20 | 1.000432 | -- | -- | |
TYS-stETH-31-2-2022 | ERC-20 | 0.565198 | -- | -- | |
TPS-RSPT-24-6-2022 | ERC-20 | 0.490002 | -- | -- | |
TYS-stETH-30-7-2022 | ERC-20 | 0.362728 | -- | -- | |
tYield-EYEUC001 | ERC-20 | 0.102273 | -- | -- | |
TPS-stETH-30-7-2022 | ERC-20 | 0.048706 | -- | -- | |
TPS-stETH-31-2-2022 | ERC-20 | 0.031048 | -- | -- | |
TPS-RSPT-24-6-2022 | ERC-20 | 0.030575 | -- | -- | |
tCapital-EYEUC001 | ERC-20 | 0.002339 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15376499 | 2 years ago | | | 0 | 0.0014121100 | |
| 14475551 | 3 years ago | | | 0 | 0.017463227 | |
| 14475540 | 3 years ago | | | 0 | 0.010971872 | |
| 14475450 | 3 years ago | | | 0 | 0.033367333 | |
| 14474710 | 3 years ago | | | 0 | 0.013771960 | |
| 14422823 | 3 years ago | | | 0 | 0.0033675337 | |
| 14196833 | 3 years ago | | | 0 | 0.0087251161 | |
| 14196767 | 3 years ago | | | 0 | 0.0089517334 | |
| 14073306 | 3 years ago | | | 0 | 0.095122257 | |
| 14029744 | 3 years ago | | | 0 | 0.11474340 |
ABI
ABI objects
Getter at block 21216647
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
getAuthorizer() view returns (address)
0xeddea1dc040d7d26bdf5916310f2c208cb7ce990
getDomainSeparator() view returns (bytes32)
0x0d1252b28328033d74bcf580c2de0bb1e023e5f4e273cd9e017a27192d4866ce
getPausedState() view returns (bool paused, uint256 pauseWindowEndTime, uint256 bufferPeriodEndTime)
(paused=false, pauseWindowEndTime=1647168804, bufferPeriodEndTime=1649760804)
getProtocolFeesCollector() view returns (address)
0xd75195a06f1c5b249cd8ff7ada303f74f21b3979
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.