VolatilitySurfaceOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "VolatilitySurfaceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VolatilitySurfaceOracle"
ABI
ABI objects
Getter at block 21203741
getWhitelistedRelayers() view returns (address[])
[]
Read-only
formatParams(int256[5] params) pure returns (bytes32 result)
getAnnualizedVolatility64x64(address base, address underlying, int128 spot64x64, int128 strike64x64, int128 timeToMaturity64x64) view returns (int128)
getAnnualizedVolatility64x64(address base, address underlying, int128 spot64x64, int128 strike64x64, int128 timeToMaturity64x64, bool) view returns (int128)
getBlackScholesPrice(address base, address underlying, int128 spot64x64, int128 strike64x64, int128 timeToMaturity64x64, bool isCall) view returns (uint256)
getBlackScholesPrice64x64(address base, address underlying, int128 spot64x64, int128 strike64x64, int128 timeToMaturity64x64, bool isCall) view returns (int128)
getParams(address base, address underlying) view returns (struct VolatilitySurfaceOracleStorageUpdate)
getParamsUnpacked(address base, address underlying) view returns (int256[])
getTimeToMaturity64x64(uint64 maturity) view returns (int128)
parseParams(bytes32 input) pure returns (int256[] params)
State-modifying
Events addWhitelistedRelayers(address[] accounts)
removeWhitelistedRelayers(address[] accounts)
updateParams(address[] base, address[] underlying, bytes32[] parameters)
UpdateParameters(address indexed base, address indexed underlying, bytes32 params)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.