VirtualRealityOperationSystem Token
Verified contract
Active on
Ethereum with 5,143 txns
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 "VirtualRealityOperationSystem Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12267590 | 4 years ago | | | 0 | 0.0026759000 | |
| 12221496 | 4 years ago | | | 0 | 0.0018602430 | |
| 12221496 | 4 years ago | | | 0 | 0.0023146500 | |
| 9311800 | 5 years ago | | | 0 | 0.000040113000 | |
| 8480954 | 5 years ago | | | 0 | 0.00023009000 | |
| 8121075 | 5 years ago | | | 0 | 0.00011633822 | |
| 7351676 | 6 years ago | | | 0 | 0.00011364300 | |
| 7281944 | 6 years ago | | | 0 | 0.00034968280 | |
| 7281472 | 6 years ago | | | 0 | 0.00042672245 | |
| 7247426 | 6 years ago | | | 0 | 0.00022778910 |
ABI
ABI objects
Getter at block 21424114
decimals() view returns (uint256)
8
name() view returns (string)
VirtualRealityOperationSystem Token
owner() view returns (address)
0xc9b5a7112b8102b3237d0217459c989c417f829a
paused() view returns (bool)
false
symbol() view returns (string)
VROS
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address _to, bool _freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address indexed to, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.