Origin Ether
Verified contract
Proxy
Active on
Ethereum with 3,414 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
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 99 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x0ec6…dbdb | ERC-1555 | 65.535K | -- | -- | |
0x65c6…bee8 | ERC-1555 | 65.535K | -- | -- | |
0xe07d…cf94 | ERC-1555 | 65.535K | -- | -- | |
0x8fd4…c041 | ERC-1555 | 65.528K | -- | -- | |
0x3967…1305 | ERC-1555 | 65.219K | -- | -- | |
0x1bd4…97d1 | ERC-1555 | 64.314K | -- | -- | |
0x6d27…8b5b | ERC-1555 | 64.28K | -- | -- | |
0xe8f8…f955 | ERC-1555 | 64.102K | -- | -- | |
0xd389…dec4 | ERC-1555 | 64.002K | -- | -- | |
0x01eb…4183 | ERC-1555 | 63.604K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21376116 | a day ago | | | 0 | 0.00083948929 | |
| 21364405 | 3 days ago | | | 0 | 0.00060176251 | |
| 21364113 | 3 days ago | | | 0 | 0.00072752804 | |
| 21364091 | 3 days ago | | | 0 | 0.00097620740 | |
| 21358876 | 4 days ago | | | 0 | 0.00072338673 | |
| 21355054 | 4 days ago | | | 0 | 0.00045770687 | |
| 21350777 | 5 days ago | | | 0 | 0.00061294526 | |
| 21349007 | 5 days ago | | | 0 | 0.00066432232 | |
| 21346679 | 6 days ago | | | 0 | 0.00089268585 | |
| 21346096 | 6 days ago | | | 0 | 0.0011532118 |
ABI
ABI objects
Getter at block 21386614
admin() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
implementation() view returns (address)
0xec5d0801fcdaf14e6f72a0fd877581e5b7617c87
isGovernor() view returns (bool)
false
_totalSupply() view returns (uint256)
45899084059133321092247
decimals() view returns (uint8)
18
governor() view returns (address)
0x35918cde7233f2dd33fa41ae3cb6ae0e42e0e69f
isGovernor() view returns (bool)
false
name() view returns (string)
Origin Ether
nonRebasingSupply() view returns (uint256)
4222738311228345657521
rebasingCredits() view returns (uint256)
37455080769070694563276
rebasingCreditsHighres() view returns (uint256)
37455080769070694563276436328061
rebasingCreditsPerToken() view returns (uint256)
898713169231098451
rebasingCreditsPerTokenHighres() view returns (uint256)
898713169231098451810661378
symbol() view returns (string)
OETH
totalSupply() view returns (uint256)
45899084059133321092247
vaultAddress() view returns (address)
0x39254033945aa2e4809cc2977e7087bee48bd7ab
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
creditsBalanceOf(address _account) view returns (uint256, uint256)
creditsBalanceOfHighres(address _account) view returns (uint256, uint256, bool)
isUpgraded(address) view returns (uint256)
nonRebasingCreditsPerToken(address) view returns (uint256)
rebaseState(address) view returns (uint8)
State-modifying
Events claimGovernance()
initialize(address _logic, address _initGovernor, bytes _data) payable
transferGovernance(address _newGovernor)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _value) returns (bool)
burn(address account, uint256 amount)
changeSupply(uint256 _newTotalSupply)
claimGovernance()
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
governanceRebaseOptIn(address _account)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(string _nameArg, string _symbolArg, address _vaultAddress, uint256 _initialCreditsPerToken)
mint(address _account, uint256 _amount)
rebaseOptIn()
rebaseOptOut()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferGovernance(address _newGovernor)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
Upgraded(address indexed implementation)
AccountRebasingDisabled(address account)
AccountRebasingEnabled(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
PendingGovernorshipTransfer(address indexed previousGovernor, address indexed newGovernor)
TotalSupplyUpdatedHighres(uint256 totalSupply, uint256 rebasingCredits, uint256 rebasingCreditsPerToken)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.