Virtual Token
Verified contract
Active on
Ethereum with 695 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 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10166308 | 4 years ago | | | 0 | 0.0060000000 | |
| 10165990 | 4 years ago | | | 0 | 0.0018000000 | |
| 10144181 | 4 years ago | | | 0 | 0.0012000001 | |
| 9951825 | 5 years ago | | | 0 | 0.00033000001 | |
| 9951253 | 5 years ago | | | 0 | 0.00033000001 | |
| 9893270 | 5 years ago | | | 0 | 0.00048000000 | |
| 9856425 | 5 years ago | | | 0 | 0.00022007100 | |
| 9711238 | 5 years ago | | | 0 | 0.00040858300 | |
| 9711201 | 5 years ago | | | 0 | 0.00041168400 | |
| 9708936 | 5 years ago | | | 0 | 0.00015556200 |
ABI
ABI objects
Getter at block 21180655 _getInCirculation() view returns (uint256)
_start() view returns (uint256)
1558945078
decimals() view returns (uint8)
4
name() view returns (string)
Virtual Token
owner() view returns (address)
0x9c306514eae8629bb680b19dc6cf906fcaf35fbb
pa() view returns (uint256)
600
rate() view returns (uint256)
16
symbol() view returns (string)
VITO
totalSupply() view returns (uint256)
100000000000000
Read-only
balanceOf(address who) view returns (uint256)
calcInterest(uint256 amount, uint256 _days) view returns (uint256)
delta(uint256 from, uint256 to) pure returns (uint256)
isHodler(address who) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
insertHodler(address who) returns (uint256 index)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.