ROUSG
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ROUSG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ROUSG"
ABI
ABI objects
Getter at block 21316490 getOUSGPrice() view returns (uint256 price) totalSupply() view returns (uint256)
BURNER_ROLE() view returns (bytes32)
0xe97b137254058bd94f28d2f3eb79e2d34074ffb488d042e3bc958e0a57d2fa22
CONFIGURER_ROLE() view returns (bytes32)
0xf45c97b23e2beeefda80e1ce5cb3e234aa7b6888ad5cbabb75bfd654dd8e102d
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OUSG_TO_ROUSG_SHARES_MULTIPLIER() view returns (uint256)
10000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals() pure returns (uint8)
18
kycRegistry() view returns (address)
0x0000000000000000000000000000000000000000
kycRequirementGroup() view returns (uint256)
0
name() view returns (string)
oracle() view returns (address)
0x0000000000000000000000000000000000000000
ousg() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
totalShares() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
getROUSGByShares(uint256 _shares) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSharesByROUSG(uint256 _rOUSGAmount) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
sharesOf(address _account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burnShares(address _account, uint256 _sharesAmount)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(address _kycRegistry, uint256 requirementGroup, address _ousg, address guardian, address _oracle)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setKYCRegistry(address registry)
setKYCRequirementGroup(uint256 group)
setName(string newName)
setOracle(address _oracle)
setSymbol(string newSymbol)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferShares(address _recipient, uint256 _sharesAmount) returns (uint256)
unpause()
unwrap(uint256 _rOUSGAmount)
unwrapShares(uint256 _sharesAmount)
wrap(uint256 _OUSGAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
KYCRegistrySet(address oldRegistry, address newRegistry)
KYCRequirementGroupSet(uint256 oldRequirementGroup, uint256 newRequirementGroup)
NameSet(string oldName, string newName)
OracleSet(address indexed oldOracle, address indexed newOracle)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SymbolSet(string oldSymbol, string newSymbol)
Transfer(address indexed from, address indexed to, uint256 value)
TransferShares(address indexed from, address indexed to, uint256 sharesValue)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
CannotSetToZeroAddress()
RegistryZeroAddress()
UnwrapTooSmall()