TimeswapV2PeripheryNoDexCloseLendGivenPosition
Verified contract
Active on
Base with 1,832 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000771 |
$0 | |
OHNO | ERC-20 | 24.123596 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22088604 | a day ago | | | 0 | 0.0000019449216 | |
| 22087958 | a day ago | | | 0 | 0.0000019449216 | |
| 22087761 | a day ago | | | 0 | 0.0000018934599 | |
| 22087217 | a day ago | | | 0 | 0.0000018934599 | |
| 22086579 | a day ago | | | 0 | 0.0000018934599 | |
| 22055394 | 2 days ago | | | 0 | 0.0000018143811 | |
| 22055394 | 2 days ago | | | 0 | 0.0000018143811 | |
| 22055394 | 2 days ago | | | 0 | 0.0000018941592 | |
| 22055394 | 2 days ago | | | 0 | 0.0000018143811 | |
| 22055394 | 2 days ago | | | 0 | 0.0000018143227 |
ABI
ABI objects
Getter at block 22140251
optionFactory() view returns (address)
0x17385e95cb74a20150e4fa092aa72d57330896c4
poolFactory() view returns (address)
0x97509c65ff29c268f0d283a41201be6b4090354c
tokens() view returns (address)
0x4aa2bc42fcac903e5732dfd419eeb09d97ae287c
wrappedNativeToken() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address operator, address, uint256, uint256, bytes) view returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events closeLendGivenPosition(struct TimeswapV2PeripheryNoDexCloseLendGivenPositionParam param) returns (uint256 token0Amount, uint256 token1Amount)
multicall(bytes[] data) payable returns (bytes[] results)
refundNatives() payable
timeswapV2PoolLeverageCallback(struct TimeswapV2PoolLeverageCallbackParam param) returns (bytes data)
timeswapV2PoolLeverageChoiceCallback(struct TimeswapV2PoolLeverageChoiceCallbackParam param) returns (uint256 long0Amount, uint256 long1Amount, bytes data)
unwrapWrappedNatives(uint256 amountMinimum, address recipient) payable
CloseLendGivenPosition(address indexed token0, address indexed token1, uint256 strike, uint256 indexed maturity, address from, address to, uint256 token0Amount, uint256 token1Amount, uint256 positionAmount)
constructor(address chosenOptionFactory, address chosenPoolFactory, address chosenTokens, address chosenNative)
receive()
CallerNotWrappedNative(address from)
CanOnlyBeCalledByPoolContract()
DeadlineReached(uint256 deadline)
InsufficientWrappedNative(uint256 value)
MinTokenReached(uint256 tokenAmount, uint256 minTokenAmount)
MulDivOverflow(uint256 multiplicand, uint256 multiplier, uint256 divisor)
MulticallFailed(string revertString)
NativeTransferFailed(address to, uint256 value)
ZeroAddress()