Cortex Coin
Verified contract
Active on
Ethereum with 71,950 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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- | |
SHL | ERC-20 | 100 | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
GVE | ERC-20 | 90 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243563 | 10 hours ago | | | 0 | 0.0014182120 | |
| 21243065 | 12 hours ago | | | 0 | 0.00029549578 | |
| 21243048 | 12 hours ago | | | 0 | 0.00056060123 | |
| 21187344 | 8 days ago | | | 0 | 0.0010506218 | |
| 21172861 | 10 days ago | | | 0 | 0.0011990479 | |
| 21172809 | 10 days ago | | | 0 | 0.0011181498 | |
| 21172795 | 10 days ago | | | 0 | 0.0018409614 | |
| 21150461 | 13 days ago | | | 0 | 0.00048375548 | |
| 21150407 | 13 days ago | | | 0 | 0.00030247703 | |
| 21150280 | 13 days ago | | | 0 | 0.00076742936 |
ABI
ABI objects
Getter at block 21246589
decimals() view returns (uint8)
18
name() view returns (string)
Cortex Coin
owner() view returns (address)
0xb84041d064397bd8a1037220d996c16410c20f11
paused() view returns (bool)
false
symbol() view returns (string)
CTXC
totalSupply() view returns (uint256)
299792458000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.