Eagle King Coin
Verified contract
Active on
Ethereum with 7,605 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 "Eagle King Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11009021 | 4 years ago | | | 0 | 0.0034735480 | |
| 10825873 | 4 years ago | | | 0 | 0.0018785840 | |
| 10825614 | 4 years ago | | | 0 | 0.0031624840 | |
| 10825563 | 4 years ago | | | 0 | 0.0040947280 | |
| 10825528 | 4 years ago | | | 0 | 0.0029106760 | |
| 10825526 | 4 years ago | | | 0 | 0.0018567400 | |
| 10825507 | 4 years ago | | | 0 | 0.0040956760 | |
| 10825494 | 4 years ago | | | 0 | 0.0029097280 | |
| 10825483 | 4 years ago | | | 0 | 0.0040957646 | |
| 10825430 | 4 years ago | | | 0 | 0.0029475200 |
ABI
ABI objects
Getter at block 21163334
decimals() view returns (uint256)
8
mintable() view returns (bool)
false
name() view returns (string)
Eagle King Coin
owner() view returns (address)
0xb595ba3ae6ec574ed5f845c7059c131445b8f6be
symbol() view returns (string)
EKC
totalSupply() view returns (uint256)
110000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
mint(uint256 amount)
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(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.