RRR
Verified contract
Proxy
Active on
Ethereum with 1,213 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
Balances ($0.00)
No balances found for "RRR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8395386 | 5 years ago | | | 0 | 0.00017148240 | |
| 8395361 | 5 years ago | | | 0 | 0.00049086900 | |
| 8395312 | 5 years ago | | | 0 | 0.00041965200 | |
| 8382780 | 5 years ago | | | 0 | 0.00040953750 | |
| 8382717 | 5 years ago | | | 0 | 0.00040953750 | |
| 8305042 | 5 years ago | | | 0 | 0.00014251800 | |
| 8304942 | 5 years ago | | | 0 | 0.00049029300 | |
| 8304909 | 5 years ago | | | 0 | 0.00035644500 | |
| 8304909 | 5 years ago | | | 0 | 0.00035644500 | |
| 8304908 | 5 years ago | | | 0 | 0.00035644500 |
ABI
ABI objects
Getter at block 21300141 admin() view returns (address) implementation() view returns (address)
blacklister() view returns (address)
0x50a7c09356ca7f580db333800aef8109d460e0c5
currency() view returns (string)
RRR
decimals() view returns (uint8)
6
masterMinter() view returns (address)
0x566c11b5c2201b69c9269fe924e4395873674335
name() view returns (string)
RRR
owner() view returns (address)
0xe6ca9ff4f6b32e57cb12c7b827b7cfad4f520700
paused() view returns (bool)
false
pauser() view returns (address)
0xf7e60346f83348fc856a518578661d9f22c3c53c
symbol() view returns (string)
RRR
totalSupply() view returns (uint256)
14009650000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
isMinter(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _value) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
configureMinter(address minter, uint256 minterAllowedAmount) returns (bool)
initialize(string _name, string _symbol, string _currency, uint8 _decimals, address _masterMinter, address _pauser, address _blacklister, address _owner)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeMinter(address minter) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updateMasterMinter(address _newMasterMinter)
updatePauser(address _newPauser)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpause()
constructor(address _implementation)
fallback()
This contract contains no error objects.