Vault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
21
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 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vault"
ABI
ABI objects
Getter at block 20864726 getAETHbPoolWeight() view returns (uint256) getAETHcPoolWeight() view returns (uint256) getMaxPoolWeight() view returns (uint256) onePriceEma() view returns (uint256 price) onePriceHi() view returns (uint256) onePriceLo() view returns (uint256) onePriceNow() view returns (uint256 price)
WETH() view returns (address)
0x0000000000000000000000000000000000000000
aETHb() view returns (address)
0x0000000000000000000000000000000000000000
aEth() view returns (address)
0x0000000000000000000000000000000000000000
begin() view returns (uint256)
0
getBurnOneThreshold() view returns (uint256)
0
getMintMaxPoolPercent() view returns (uint256)
0
getMintOneThreshold() view returns (uint256)
0
governor() view returns (address)
0x0000000000000000000000000000000000000000
onb() view returns (address)
0x0000000000000000000000000000000000000000
one() view returns (address)
0x0000000000000000000000000000000000000000
oneMinter() view returns (address)
0x0000000000000000000000000000000000000000
ons() view returns (address)
0x0000000000000000000000000000000000000000
rebaseTime() view returns (uint256)
0
span() view returns (uint256)
0
totalEthValue() view returns (uint256)
0
twapAEth() view returns (address factory)
0x0000000000000000000000000000000000000000
twapOne() view returns (address factory)
0x0000000000000000000000000000000000000000
twapOns() view returns (address factory)
0x0000000000000000000000000000000000000000
Read-only
getConfig(bytes32 key) view returns (uint256)
getConfig(bytes32 key, address addr) view returns (uint256)
getConfig(bytes32 key, uint256 index) view returns (uint256)
getOnsFees(uint256 ratio) view returns (uint256)
oneToOnsAmount(uint256 amountOne) view returns (uint256)
oneToOnsEma(uint256 amountOne) view returns (uint256 price)
oneToOnsNow(uint256 amountOne) view returns (uint256 price)
onsValueOnlyPercentage(uint256 amount, uint256 percent) pure returns (uint256)
State-modifying
Events B2E(uint256 vol)
E2B(uint256 vol)
__Governable_init_unchained(address governor_)
__Vault_init(address governor_, address _oneMinter, address _one, address _ons, address _onb, address _aEth, address _WETH, uint256 _begin, uint256 _span)
burnONB(uint256 vol)
burnONEaETHb(uint256 amt)
burnONEaETHc(uint256 amt)
mintONEaETHb(uint256 amt)
mintONEaETHc(uint256 amt)
renounceGovernorship()
resetParametersFeesUpdate()
resetParametersV2(address _aETHb)
setBurnOneThreshold(uint256 burnOneThreshold)
setConfig(bytes32 key, address addr, uint256 value)
setConfig(bytes32 key, uint256 index, uint256 value)
setConfig(bytes32 key, uint256 value)
setMintMaxPoolPercent(uint256 mintMaxPoolPercent)
setMintOneThreshold(uint256 mintOneThreshold)
transferGovernorship(address newGovernor)
twapInit(address swapFactory)
Burn(address acct, uint256 oneVol, address token)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
Mint(address acct, uint256 oneVol, uint8 isAETHc)
Rebase(uint256 aEthVol, uint256 aEthRatio, uint256 onsVol, uint256 onsRatio, uint256 oneVol)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.