Invacio Coin
Verified contract
Active on
Ethereum with 607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 100 | $0.99566 |
$99.57 | |
INV | ERC-20 | 8.8K | -- | -- | |
INV | ERC-20 | 1.115K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12627722 | 3 years ago | | | 0 | 0.00035042800 | |
| 9353683 | 5 years ago | | | 0 | 0.000062856000 | |
| 7912162 | 5 years ago | | | 0 | 0.00044965200 | |
| 7688855 | 6 years ago | | | 0 | 0.00018206000 | |
| 7360805 | 6 years ago | | | 0 | 0.000072824000 | |
| 7246582 | 6 years ago | | | 0 | 0.00033499040 | |
| 6571682 | 6 years ago | | | 0 | 0.0014902680 | |
| 6225958 | 6 years ago | | | 0 | 0.000060780000 | |
| 6216541 | 6 years ago | | | 0 | 0.000085648000 | |
| 6188072 | 6 years ago | | | 0 | 0.0014955160 |
ABI
ABI objects
Getter at block 21270735
decimals() view returns (uint256)
8
initialSupply() view returns (uint256)
45000000000000000
name() view returns (string)
Invacio Coin
owner() view returns (address)
0x5ed4ec6e970222997d850c82543e30c9291c1065
symbol() view returns (string)
INV
totalSupply() view returns (uint256)
45000000000000000
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)
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.