CareerOn Chain Token
Verified contract
Active on
Ethereum with 3,590 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 "CareerOn Chain Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 3 years ago | | | 0 | 0.0030515967 | |
| 11763404 | 4 years ago | | | 0 | 0.0051802115 | |
| 10957169 | 4 years ago | | | 0 | 0.0090791168 | |
| 10837692 | 4 years ago | | | 0 | 0.0053171328 | |
| 10837615 | 4 years ago | | | 0 | 0.0079095114 | |
| 10659554 | 4 years ago | | | 0 | 0.0043518200 | |
| 10659485 | 4 years ago | | | 0 | 0.0054562000 | |
| 10465306 | 4 years ago | | | 0 | 0.0025730900 | |
| 9648585 | 5 years ago | | | 0 | 0.00039550000 | |
| 9648578 | 5 years ago | | | 0 | 0.000049100004 |
ABI
ABI objects
Getter at block 21286582
decimals() view returns (uint8)
8
name() view returns (string)
CareerOn Chain Token
owner() view returns (address)
0x5f38f36a600da4181cdcf38b25c5a9bf068817ba
symbol() view returns (string)
COT
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address accountAddr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
changeContractName(string _newName, string _newSymbol)
changeOwner(address newOwner)
setPauseStatus(bool isPaused)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed a_owner, address indexed _spender, uint256 _value)
OwnerChange(address indexed _old, address indexed _new, uint256 _coin_change)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, uint8 _decimalUnits)
fallback()
This contract contains no error objects.