Element Cion
Verified contract
Active on
Ethereum with 62 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 "Element Cion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11130644 | 4 years ago | | | 0 | 0.0016267680 | |
| 11057351 | 4 years ago | | | 0 | 0.0010341600 | |
| 11054164 | 4 years ago | | | 0 | 0.0020235000 | |
| 11053890 | 4 years ago | | | 0 | 0.0013289100 | |
| 11053787 | 4 years ago | | | 0 | 0.0022148500 | |
| 11053756 | 4 years ago | | | 0 | 0.0023477410 | |
| 11053739 | 4 years ago | | | 0 | 0.0023920380 | |
| 11053707 | 4 years ago | | | 0 | 0.0041760000 | |
| 11053660 | 4 years ago | | | 0 | 0.0027685625 | |
| 11053660 | 4 years ago | | | 0 | 0.0035437600 |
ABI
ABI objects
Getter at block 21078768
decimals() view returns (uint8)
18
name() view returns (string)
Element Cion
owner() view returns (address)
0xd663b78e64a7b0ed80ab9c6c4417e629454aba11
symbol() view returns (string)
EMC
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allow(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events addAllow(address holder, bool allowApprove)
approve(address _spender, uint256 _value) returns (bool)
mint(address miner, uint256 _value)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.