TimeswapV2PeripheryNoDexLendGivenPrincipal
Verified contract
Active on
Base with 2,953 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000765 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746575 | 2 hours ago | | | 0 | 0.0000046153096 | |
| 22613950 | 3 days ago | | | 0 | 0.0000054472257 | |
| 22485613 | 6 days ago | | | 0 | 0.0000023989228 | |
| 22473687 | 6 days ago | | | 0 | 0.0000033691384 | |
| 22403974 | 8 days ago | | | 0 | 0.0000047214501 | |
| 22389372 | 8 days ago | | | 0 | 0.0000054042580 | |
| 22229870 | 12 days ago | | | 0 | 0.0000054473678 | |
| 22215614 | 12 days ago | | | 0 | 0.0000053663613 | |
| 22188837 | 13 days ago | | | 0 | 0.0000017604878 | |
| 22184181 | 13 days ago | | | 0 | 0.0000016862340 |
ABI
ABI objects
Getter at block 22750716
optionFactory() view returns (address)
0x17385e95cb74a20150e4fa092aa72d57330896c4
poolFactory() view returns (address)
0x97509c65ff29c268f0d283a41201be6b4090354c
tokens() view returns (address)
0x4aa2bc42fcac903e5732dfd419eeb09d97ae287c
wrappedNativeToken() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
timeswapV2PoolDeleverageChoiceCallback(struct TimeswapV2PoolDeleverageChoiceCallbackParam param) view returns (uint256 long0Amount, uint256 long1Amount, bytes data)
State-modifying
Events lendGivenPrincipal(struct TimeswapV2PeripheryNoDexLendGivenPrincipalParam param) payable returns (uint256 positionAmount)
multicall(bytes[] data) payable returns (bytes[] results)
refundNatives() payable
timeswapV2OptionMintCallback(struct TimeswapV2OptionMintCallbackParam param) returns (bytes data)
timeswapV2PoolDeleverageCallback(struct TimeswapV2PoolDeleverageCallbackParam param) returns (bytes data)
timeswapV2TokenMintCallback(struct TimeswapV2TokenMintCallbackParam param) returns (bytes data)
LendGivenPrincipal(address indexed token0, address indexed token1, uint256 strike, uint256 indexed maturity, address from, address to, bool isToken0, uint256 tokenAmount, uint256 positionAmount)
constructor(address chosenOptionFactory, address chosenPoolFactory, address chosenTokens, address chosenNative)
This contract contains no fallback and receive objects.
CanOnlyBeCalledByOptionContract()
CanOnlyBeCalledByPoolContract()
CanOnlyBeCalledByTokensContract()
DeadlineReached(uint256 deadline)
MinPositionReached(uint256 positionAmount, uint256 minReturnAmount)
MulDivOverflow(uint256 multiplicand, uint256 multiplier, uint256 divisor)
MulticallFailed(string revertString)
NativeTransferFailed(address to, uint256 value)
ZeroAddress()