OETHBase
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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)
No balances found for "OETHBase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OETHBase"
ABI
ABI objects
Getter at block 22748213
_totalSupply() view returns (uint256)
0
decimals() view returns (uint8)
0
governor() view returns (address)
0x58890a9cb27586e83cb51d2d26bbe18a1a647245
isGovernor() view returns (bool)
false
name() view returns (string)
nonRebasingSupply() view returns (uint256)
0
rebasingCredits() view returns (uint256)
0
rebasingCreditsHighres() view returns (uint256)
0
rebasingCreditsPerToken() view returns (uint256)
0
rebasingCreditsPerTokenHighres() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
vaultAddress() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
initialize2()
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)
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.
This contract contains no fallback and receive objects.
This contract contains no error objects.