Virtual Reality Token
Verified contract
Active on
Ethereum with 73 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 "Virtual Reality Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16096083 | 2 years ago | | | 0 | 0.00029998489 | |
| 16096071 | 2 years ago | | | 0 | 0.00035855698 | |
| 15997805 | 2 years ago | | | 0 | 0.00068900976 | |
| 13779726 | 3 years ago | | | 0 | 0.0032253985 | |
| 13097444 | 3 years ago | | | 0 | 0.0064629612 | |
| 12055778 | 4 years ago | | | 0 | 0.0045721560 | |
| 9152355 | 5 years ago | | | 0 | 0.000037148000 | |
| 9152349 | 5 years ago | | | 0 | 0.00049035360 | |
| 9152334 | 5 years ago | | | 0 | 0.000037136000 | |
| 9152327 | 5 years ago | | | 0 | 0.00049019520 |
ABI
ABI objects
Getter at block 21272835
decimals() view returns (uint256)
18
name() view returns (string)
Virtual Reality Token
owner() view returns (address)
0x1aa98ba05b3021e7c116792857321bc02f02eed0
symbol() view returns (string)
VIR
totalSupply() view returns (uint256)
25000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.