VolmexProtocol
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "VolmexProtocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VolmexProtocol"
ABI
ABI objects
Getter at block 21279101
accumulatedFees() view returns (uint256)
0
active() view returns (bool)
false
collateral() view returns (address)
0x0000000000000000000000000000000000000000
inverseVolatilityToken() view returns (address)
0x0000000000000000000000000000000000000000
isSettled() view returns (bool)
false
issuanceFees() view returns (uint256)
0
minimumCollateralQty() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
redeemFees() view returns (uint256)
0
settlementPrice() view returns (uint256)
0
volatilityCapRatio() view returns (uint256)
0
volatilityToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events claimAccumulatedFees()
collateralize(uint256 _collateralQty)
initialize(address _collateralTokenAddress, address _volatilityToken, address _inverseVolatilityToken, uint256 _minimumCollateralQty, uint256 _volatilityCapRatio)
recoverTokens(address _token, address _toWhom, uint256 _howMuch)
redeem(uint256 _positionTokenQty)
redeemSettled(uint256 _volatilityIndexTokenQty, uint256 _inverseVolatilityIndexTokenQty)
renounceOwnership()
settle(uint256 _settlementPrice)
toggleActive()
togglePause(bool _isPause)
transferOwnership(address newOwner)
updateFees(uint256 _issuanceFees, uint256 _redeemFees)
updateMinimumCollQty(uint256 _newMinimumCollQty)
updateVolatilityToken(address _positionToken, bool _isVolatilityIndexToken)
ClaimedFees(uint256 fees)
Collateralized(address indexed sender, uint256 collateralLock, uint256 positionTokensMinted, uint256 fees)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed sender, uint256 collateralReleased, uint256 volatilityIndexTokenBurned, uint256 inverseVolatilityIndexTokenBurned, uint256 fees)
Settled(uint256 settlementPrice)
ToggleActivated(bool isActive)
ToggledVolatilityTokenPause(bool isPause)
UpdatedFees(uint256 issuanceFees, uint256 redeemFees)
UpdatedMinimumCollateral(uint256 newMinimumCollateralQty)
UpdatedVolatilityToken(address indexed positionToken, bool isVolatilityIndexToken)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.