TimeswapV2PeripheryNoDexLendGivenPrincipal
Verified contract
Active on
Ethereum with 614 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "TimeswapV2PeripheryNoDexLendGivenPrincipal"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151892 | a day ago | | | 0 | 0.0029185052 | |
| 21059026 | 14 days ago | | | 0 | 0.0020962609 | |
| 21035967 | 17 days ago | | | 0 | 0.0051932318 | |
| 21027052 | 18 days ago | | | 0 | 0.0032099465 | |
| 21024082 | 19 days ago | | | 0 | 0.0021989333 | |
| 20998296 | 22 days ago | | | 0 | 0.0034256887 | |
| 20975737 | a month ago | | | 0 | 0.0041317132 | |
| 20974890 | a month ago | | | 0 | 0.0039471699 | |
| 20961144 | a month ago | | | 0 | 0.0033362456 | |
| 20961140 | a month ago | | | 0 | 0.0035035551 |
ABI
ABI objects
Getter at block 21158510
optionFactory() view returns (address)
0x17385e95cb74a20150e4fa092aa72d57330896c4
poolFactory() view returns (address)
0x97509c65ff29c268f0d283a41201be6b4090354c
tokens() view returns (address)
0x4aa2bc42fcac903e5732dfd419eeb09d97ae287c
wrappedNativeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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()