International Entertainment Coin
Verified contract
Active on
Ethereum with 8 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 "International Entertainment Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10463125 | 4 years ago | | | 0 | 0.0015109320 | |
| 10462912 | 4 years ago | | | 0 | 0.0016325436 | |
| 10462771 | 4 years ago | | | 0 | 0.0024370440 | |
| 10462465 | 4 years ago | | | 0 | 0.0046688400 | |
| 10116123 | 4 years ago | | | 0 | 0.0051875999 | |
| 10115296 | 4 years ago | | | 0 | 0.0033188400 | |
| 9972647 | 5 years ago | | | 0 | 0.0046677600 | |
| 9972523 | 5 years ago | | | 0 | 0.0046666800 |
ABI
ABI objects
Getter at block 21224329
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
International Entertainment Coin
owner() view returns (address)
0xc30a1ffaaf12ee9214d573ee4b6506977ce289a8
symbol() view returns (string)
IEC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
frozenAccount(address) view returns (bool)
State-modifying
Events allowance(address _owner, address _spender) returns (uint256 remaining)
approve(address _spender, uint256 _value) returns (bool)
balanceOf(address _owner) returns (uint256 balance)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze) 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)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.