Eximchain Token
Verified contract
Active on
Ethereum with 9,589 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 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
PCPie | ERC-20 | 5 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17071813 | 2 years ago | | | 0 | 0.00086646531 | |
| 17019083 | 2 years ago | | | 0 | 0.00096593488 | |
| 16897400 | 2 years ago | | | 0 | 0.00068982727 | |
| 16883243 | 2 years ago | | | 0 | 0.00043079980 | |
| 16518288 | 2 years ago | | | 0 | 0.00033717639 | |
| 15962412 | 2 years ago | | | 0 | 0.00045660200 | |
| 14262376 | 3 years ago | | | 0 | 0.00097719984 | |
| 14243024 | 3 years ago | | | 0 | 0.0011292594 | |
| 13904746 | 3 years ago | | | 0 | 0.0021240940 | |
| 12941206 | 3 years ago | | | 0 | 0.00091479500 |
ABI
ABI objects
Getter at block 21159499
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
Eximchain Token
TOKEN_SYMBOL() view returns (string)
EXC
TOKEN_TOTALSUPPLY() view returns (uint256)
150000000000000000000000000
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
frozen() view returns (bool)
true
name() view returns (string)
Eximchain Token
opsAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x9153a2a04cc57b486ab82bc0be341dca367b7934
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EXC
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isOps(address _address) view returns (bool)
isOwner(address _address) view returns (bool)
isOwnerOrOps(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount) returns (bool)
completeOwnershipTransfer() returns (bool)
finalize() returns (bool)
freeze() returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
reclaimTokens() returns (bool)
setOpsAddress(address _newOpsAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Finalized()
Frozen()
OpsAddressUpdated(address indexed _newAddress)
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
TokensBurnt(address indexed _account, uint256 _amount)
TokensReclaimed(uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.