AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 172 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x3bdf…c30e
0xc133…8b0f
0xfc97…dcad
0xe95a…c3cb
Balances ($86,458.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ankrETH | ERC-20 | 18.735091 | $4,614.79 |
$86,458.51 | |
ONS | ERC-20 | 393.0051 | -- | -- | |
onETH | ERC-20 | 42.392108 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12907389 | 3 years ago | | | 0 | 0.0066582700 | |
| 12862047 | 3 years ago | | | 0 | 0.00094312260 | |
| 12861989 | 3 years ago | | | 0 | 0.0010847739 | |
| 12651287 | 3 years ago | | | 0 | 0.0047817200 | |
| 12311046 | 4 years ago | | | 0 | 0.012272200 | |
| 12310983 | 4 years ago | | | 0 | 0.015248365 | |
| 12307913 | 4 years ago | | | 0 | 0.015708400 | |
| 12222626 | 4 years ago | | | 0 | 0.017387086 | |
| 12179904 | 4 years ago | | | 0 | 0.046931300 | |
| 12130675 | 4 years ago | | | 0 | 0.023515660 |
ABI
ABI objects
Getter at block 21386120 totalSupply() view returns (uint256 aEthSupply, uint256 onsSupply)
aEth() view returns (address)
0xe95a203b1a91a908f9b9ce46459d101078c2c3cb
governor() view returns (address)
0xcf8360e28cf312ef0c3642cb2c48c7539ff1db2a
one() view returns (address)
0xc1330acbbce97cb9695b7ee161c0f95b875a8b0f
ons() view returns (address)
0xfc97c0c12438b6e4cf246cd831b02fef4950dcad
vault() view returns (address)
0x3bdf1977d87edad8e0617efcea958f6d43a4c30e
Read-only
balanceOf(address acct) view returns (uint256 aEthBal, uint256 onsBal)
getConfig(bytes32 key) view returns (uint256)
getConfig(bytes32 key, address addr) view returns (uint256)
getConfig(bytes32 key, uint256 index) view returns (uint256)
mintable(address acct) view returns (uint256 vol)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__Governable_init_unchained(address governor_)
__OneMinter_init(address governor_, address vault_)
__OneMinter_init_unchained(address vault_)
balanceOf_(address acct) returns (uint256 aEthBal, uint256 onsBal)
cancel(uint256 aEthVol, uint256 onsVol)
mint()
mintInitial(uint256 aEthVol, uint256 onsVol)
mintable_(address acct) returns (uint256)
purchase(uint256 aEthVol, uint256 onsVol)
renounceGovernorship()
setConfig(bytes32 key, address addr, uint256 value)
setConfig(bytes32 key, uint256 index, uint256 value)
setConfig(bytes32 key, uint256 value)
transferGovernorship(address newGovernor)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Cancel(address acct, uint256 aEthVol, uint256 onsVol)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
Mint(address acct, uint256 oneVol)
Purchase(address acct, uint256 aEthVol, uint256 onsVol)
Rebase(uint256 aEthVol, uint256 aEthRatio, uint256 onsVol, uint256 onsRatio, uint256 oneVol)
constructor(address _admin, address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.