TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 66 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x51b0…1970
0x2590…f9c3
0x6b17…1d0f
Balances ($3,103.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 3.108125K | $0.998457 |
$3,103.33 | |
StableDAI.com | ERC-20 | 646 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15936309 | 2 years ago | | | 0 | 0.0038737461 | |
| 15867263 | 2 years ago | | | 0 | 0.0016978187 | |
| 15613277 | 2 years ago | | | 0 | 0.0017829592 | |
| 14842621 | 3 years ago | | | 0 | 0.0055757159 | |
| 14795335 | 3 years ago | | | 0 | 0.0026222335 | |
| 14691492 | 3 years ago | | | 0 | 0.0040965235 | |
| 14645641 | 3 years ago | | | 0 | 0.0022095253 | |
| 14609383 | 3 years ago | | | 0 | 0.0033221891 | |
| 14442211 | 3 years ago | | | 0 | 0.0025958766 | |
| 14442201 | 3 years ago | | | 0 | 0.0030550891 |
ABI
ABI objects
Getter at block 21279101
accumulatedFees() view returns (uint256)
0
active() view returns (bool)
true
collateral() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
inverseVolatilityToken() view returns (address)
0x2590f1fd14ef8bb0a46c7a889c4cbc146510f9c3
isSettled() view returns (bool)
false
issuanceFees() view returns (uint256)
10
minimumCollateralQty() view returns (uint256)
25000000000000000000
owner() view returns (address)
0xb11b55dd0fc56005108930ac6805e6e6e46d80cc
redeemFees() view returns (uint256)
30
settlementPrice() view returns (uint256)
0
volatilityCapRatio() view returns (uint256)
250
volatilityToken() view returns (address)
0x51b0bcbeff204b39ce792d1e16767fe6f7631970
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.