Arcomia
Verified contract
Proxy
Active on
Ethereum with 642 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$RCM | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046482 | a month ago | | | 0 | 0.00018581702 | |
| 20661076 | 3 months ago | | | 0 | 0.000032420086 | |
| 20516455 | 3 months ago | | | 0 | 0.00014895732 | |
| 20005283 | 6 months ago | | | 0 | 0.00032221305 | |
| 19835731 | 6 months ago | | | 0 | 0.00011862049 | |
| 19588766 | 7 months ago | | | 0 | 0.00090389773 | |
| 19588218 | 7 months ago | | | 0 | 0.0010067670 | |
| 19584185 | 8 months ago | | | 0 | 0.0019348740 | |
| 19539235 | 8 months ago | | | 0 | 0.00067230769 | |
| 19535326 | 8 months ago | | | 0 | 0.0019391812 |
ABI
ABI objects
Getter at block 21230502
AUTHORIZED() view returns (bytes32)
0x50e75b23f8ec51bbcb044fe377457e835f3b5ccc7ebf69e80906452015dff607
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Arcomia
paused() view returns (bool)
false
symbol() view returns (string)
RCM
totalSupply() view returns (uint256)
4500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
list(address[] _addresses)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unlist(address[] _addresses)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.