VICO Exchange Token
Verified contract
Active on
Ethereum with 1,234 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 "VICO Exchange Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6346646 | 6 years ago | | | 0 | 0.00031219800 | |
| 6346637 | 6 years ago | | | 0 | 0.00031219800 | |
| 6249603 | 6 years ago | | | 0 | 0.00014787600 | |
| 6206034 | 6 years ago | | | 0 | 0.00044439600 | |
| 6205941 | 6 years ago | | | 0 | 0.00044362800 | |
| 6205941 | 6 years ago | | | 0 | 0.00044286000 | |
| 6205941 | 6 years ago | | | 0 | 0.00044286000 | |
| 6205941 | 6 years ago | | | 0 | 0.00044362800 | |
| 6205941 | 6 years ago | | | 0 | 0.00044286000 | |
| 6205941 | 6 years ago | | | 0 | 0.00044362800 |
ABI
ABI objects
Getter at block 21208681
creator() view returns (address)
0x005e7d19771015bb161c20694035ef0d7fdff271
decimals() view returns (uint256)
18
name() view returns (string)
VICO Exchange Token
symbol() view returns (string)
VICOX
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burnFrom(uint256 _value) returns (bool success)
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)
transferMulti(address[] _to, uint256[] _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.