OUSD
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "OUSD"
ABI
ABI objects
Getter at block 21162546
_totalSupply() view returns (uint256)
0
decimals() view returns (uint8)
0
governor() view returns (address)
0x29a8df4d1c7a219679d197cf04c5ffd3ecf56887
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)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(string _nameArg, string _symbolArg, address _vaultAddress)
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)
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.