Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Facade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20043504 | 6 months ago | | | 0 | 0.00083175915 | |
| 18552978 | a year ago | | | 0 | 0.0024251601 | |
| 17752254 | a year ago | | | 0 | 0.0016171733 | |
| 17452515 | a year ago | | | 0 | 0.0018588112 | |
| 17108198 | 2 years ago | | | 0 | 0.0061115543 | |
| 17079742 | 2 years ago | | | 0 | 0.014370854 | |
| 17027748 | 2 years ago | | | 0 | 0.0030472966 | |
| 16903466 | 2 years ago | | | 0 | 0.0013781045 | |
| 16805520 | 2 years ago | | | 0 | 0.0098447624 | |
| 16660747 | 2 years ago | | | 0 | 0.0026285555 |
ABI
ABI objects
Getter at block 21285770
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_trustedForwarder() view returns (address)
0xaa3e82b4c4093b4ba13cb5714382c99adbf750ca
exchange() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
optionsManager() view returns (address)
0x1ba4b447d0df64da64024e5ec47da94458c1e97f
owner() view returns (address)
0xf15968a096fc8f47650001585d23bee819b5affb
versionRecipient() pure returns (string)
2.2.2
Read-only
getBaseOptionCost(address pool, uint256 period, uint256 amount, uint256 strike) view returns (uint256 total, uint256 settlementFee, uint256 premium)
getOptionPrice(address pool, uint256 period, uint256 amount, uint256 strike, address[] swappath) view returns (uint256 total, uint256 baseTotal, uint256 settlementFee, uint256 premium)
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events claimAllStakingProfits(address[] stakings, address account)
createOption(address pool, uint256 period, uint256 amount, uint256 strike, address[] swappath, uint256 acceptablePrice)
exercise(uint256 optionId)
poolApprove(address pool)
provideEthToPool(address pool, bool hedged, uint256 minShare) payable returns (uint256)
renounceOwnership()
transferOwnership(address newOwner)
unlockAll(address pool, uint256[] optionIDs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address weth, address router, address manager, address trustedForwarder)
This contract contains no fallback and receive objects.
This contract contains no error objects.