TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,138 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
0xc533…ac76
0x3a70…1f90
Balances ($112,797.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 112.347649K | $1.004 |
$112,797.04 | |
StableDAI.com | ERC-20 | 631 | -- | -- | |
daiblack.com | ERC-20 | 450 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142212 | 19 days ago | | | 0 | 0.0013081890 | |
| 21142162 | 19 days ago | | | 0 | 0.0010360350 | |
| 21141995 | 19 days ago | | | 0 | 0.0011511500 | |
| 21141985 | 19 days ago | | | 0 | 0.0011526152 | |
| 21141980 | 19 days ago | | | 0 | 0.0011146609 | |
| 21141976 | 19 days ago | | | 0 | 0.0011238144 | |
| 21141963 | 19 days ago | | | 0 | 0.0011498447 | |
| 21124470 | 22 days ago | | | 0 | 0.0010222299 | |
| 21124470 | 22 days ago | | | 0 | 0.0010222299 | |
| 21124467 | 22 days ago | | | 0 | 0.00092092000 |
ABI
ABI objects
Getter at block 21280314
accumulatedFees() view returns (uint256)
14743175524352073665
active() view returns (bool)
true
collateral() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
inverseVolatilityToken() view returns (address)
0x3a707d56d538e85b783e8ce12b346e7fb6511f90
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)
0xc53342fd7575f572b0ff4569e31941a5b821ac76
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.