IVT Token
Verified contract
Active on
Ethereum with 9,306 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001903 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10318988 | 4 years ago | | | 0 | 0.00080906000 | |
| 10109506 | 5 years ago | | | 0 | 0.0020323246 | |
| 10071323 | 5 years ago | | | 0 | 0.0019570000 | |
| 10030358 | 5 years ago | | | 0 | 0.00071464800 | |
| 10029769 | 5 years ago | | | 0 | 0.0027070000 | |
| 9818415 | 5 years ago | | | 0 | 0.00039176000 | |
| 9817034 | 5 years ago | | | 0 | 0.00019576000 | |
| 9816836 | 5 years ago | | | 0 | 0.000048304000 | |
| 9816772 | 5 years ago | | | 0 | 0.000054152000 | |
| 9816071 | 5 years ago | | | 0 | 0.000047373920 |
ABI
ABI objects
Getter at block 21289064
controller() view returns (address)
0xc25c8ac10ad974e55e2fbd328e9fbd905153643f
decimals() view returns (uint8)
2
getController() view returns (address)
0xc25c8ac10ad974e55e2fbd328e9fbd905153643f
name() view returns (string)
IVT Token
symbol() view returns (string)
IVT
totalSupply() view returns (uint256)
2000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isFrozenAccount(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount) returns (bool)
burnFrom(address _from, uint256 _amount) returns (bool)
changeController(address _newController)
freezeAccount(address _addr, bool _isFrozen)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.