Coinmex Token
Verified contract
Active on
Ethereum with 108 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 "Coinmex Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10393278 | 4 years ago | | | 0 | 0.0013824780 | |
| 9598545 | 5 years ago | | | 0 | 0.00061671600 | |
| 9597935 | 5 years ago | | | 0 | 0.00043686000 | |
| 9597190 | 5 years ago | | | 0 | 0.00061671600 | |
| 9596785 | 5 years ago | | | 0 | 0.00043686000 | |
| 9591926 | 5 years ago | | | 0 | 0.00043686000 | |
| 9591909 | 5 years ago | | | 0 | 0.00061671600 | |
| 9591745 | 5 years ago | | | 0 | 0.00061686000 | |
| 9591553 | 5 years ago | | | 0 | 0.00018190500 | |
| 9591493 | 5 years ago | | | 0 | 0.00061686000 |
ABI
ABI objects
Getter at block 21306687
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Coinmex Token
owner() view returns (address)
0xe327d3be07589cdf58a5e577121cf96cfcbb2ab7
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
freezeOf(address) view returns (uint256)
lockedBalanceOf(address _owner) view returns (uint256 lockedAmount)
releaseTimeOf(address _owner) view returns (uint256 releaseTime)
State-modifying
Events approve(address _spender, uint256 _value)
burn(address _to, uint256 _value) returns (bool success)
claim()
finishMinting() returns (bool)
freeze(address _to, uint256 _value) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
mintTimelocked(address _to, uint256 _releaseTime, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unfreeze(address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed to, uint256 value)
Freeze(address indexed to, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
MintLock(address indexed to, uint256 releaseTime, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.