Connect coin(XCON)
Verified contract
Active on
Ethereum with 1,873 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 |
---|---|---|---|---|---|
XCON | ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14685034 | 3 years ago | | | 0 | 0.0014352283 | |
| 13853895 | 3 years ago | | | 0 | 0.0021152660 | |
| 10103717 | 4 years ago | | | 0 | 0.0012504065 | |
| 10068828 | 4 years ago | | | 0 | 0.0010636340 | |
| 9593241 | 5 years ago | | | 0 | 0.000048331400 | |
| 9574619 | 5 years ago | | | 0 | 0.00011156999 | |
| 9537318 | 5 years ago | | | 0 | 0.00046168000 | |
| 9414675 | 5 years ago | | | 0 | 0.0010440400 | |
| 9338834 | 5 years ago | | | 0 | 0.000066606000 | |
| 9300943 | 5 years ago | | | 0 | 0.00031314000 |
ABI
ABI objects
Getter at block 21166417
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
70000000000000000000000000
name() view returns (string)
Connect coin(XCON)
owner() view returns (address)
0x4a606b261a44d13d9248bcf9ca5ca1d1e63303a1
symbol() view returns (string)
XCON
totalSupply() view returns (uint256)
70000000000000000000000000
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) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) 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 burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.