Connectome Token
Verified contract
Active on
Ethereum with 4,520 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 18768282 | a year ago | | | 0.033510734 | 0.00055903254 | |
| 16373882 | 2 years ago | | | 0 | 0.00098203456 | |
| 16136193 | 2 years ago | | | 0 | 0.00077462400 | |
| 16135967 | 2 years ago | | | 0 | 0.00075404378 | |
| 16046083 | 2 years ago | | | 0 | 0.0010328320 | |
| 16032379 | 2 years ago | | | 0 | 0.0010328320 | |
| 16032378 | 2 years ago | | | 0 | 0.0010973840 | |
| 16032372 | 2 years ago | | | 0 | 0.0015800320 | |
| 15837351 | 2 years ago | | | 0 | 0.00045199021 | |
| 15782328 | 2 years ago | | | 0 | 0.0016415414 |
ABI
ABI objects
Getter at block 21165615
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Connectome Token
owner() view returns (address)
0xfdad8c2bc8344f4c1cfe849c1321702886972d5d
symbol() view returns (string)
CNTM
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events renounceOwnership()
setMarketPlaceAddress(address _mpaddress)
transfer(address _to, uint256 _value)
transfer(address _to, uint256 _value, bytes _data)
transferFrom(address _from, address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value, bytes _data)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.