Virtonomics Token - VICoin
Verified contract
Active on
Ethereum with 1,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIC | ERC-20 | 331.538462 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7311212 | 6 years ago | | | 0 | 0.00036488800 | |
| 7269786 | 6 years ago | | | 0 | 0.00036488800 | |
| 7224367 | 6 years ago | | | 0 | 0.00018270000 | |
| 7219613 | 6 years ago | | | 0 | 0.00024284000 | |
| 7218985 | 6 years ago | | | 0 | 0.0015317600 | |
| 7216103 | 6 years ago | | | 0 | 0.00017871360 | |
| 7215231 | 6 years ago | | | 0 | 0.00038855371 | |
| 7215195 | 6 years ago | | | 0 | 0.00016998800 | |
| 7215127 | 6 years ago | | | 0 | 0.00024284000 | |
| 7214432 | 6 years ago | | | 0 | 0.00029140800 |
ABI
ABI objects
Getter at block 21168337
decimals() view returns (uint8)
18
name() view returns (string)
Virtonomics Token - VICoin
owner() view returns (address)
0x572d0e89f7b93875b62a8db285969447daac368a
symbol() view returns (string)
VIC
totalSupply() view returns (uint256)
833799900000000000006682
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
callers(address) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _at, uint256 _amount) returns (bool)
callerAdd(address _address)
callerDel(address _address)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address at, uint256 value)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
callerAdded(address caller)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.