Investy Coin
Verified contract
Active on
Ethereum with 3 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 "Investy Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4966289 | 7 years ago | | | 0 | 0.000071928000 | |
Transfer | 4496006 | 7 years ago | | | 0.2 | 0.00044100000 | |
Transfer | 4419585 | 7 years ago | | | 0.01 | 0.00044190300 |
ABI
ABI objects
Getter at block 21404519
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Investy Coin
owner() view returns (address)
0x555eedd21fbef9789ad25a531e342df0d020d98d
symbol() view returns (string)
IVC66
totalSupply() view returns (uint256)
1911972530198754084352914
tradingStarted() view returns (bool)
false
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)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
restartMinting() returns (bool)
startTrading()
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
MintRestarted()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.