CNEXCHANGE
Verified contract
Active on
Ethereum with 39,063 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 "CNEXCHANGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19135021 | 9 months ago | | | 0 | 0.0013767115 | |
| 16154259 | 2 years ago | | | 0 | 0.00092738120 | |
| 15974789 | 2 years ago | | | 0 | 0.00048704093 | |
| 15956281 | 2 years ago | | | 0 | 0.00081446211 | |
| 15478190 | 2 years ago | | | 0 | 0.00086328000 | |
| 15469299 | 2 years ago | | | 0 | 0.00030034487 | |
| 14881517 | 2 years ago | | | 0 | 0.00066000000 | |
| 14878514 | 2 years ago | | | 0 | 0.0010667762 | |
| 14514341 | 3 years ago | | | 0 | 0.0017478833 | |
| 14508041 | 3 years ago | | | 0 | 0.0014394000 |
ABI
ABI objects
Getter at block 21160189
consumerProtectionFund() view returns (uint256)
6000000000000000
consumerProtectionFundAllocated() view returns (bool)
false
decimals() view returns (uint256)
8
ecoSystemDevelopmentAndOperationFund() view returns (uint256)
10000000000000000
ecoSystemDevelopmentAndOperationFundAllocated() view returns (bool)
true
emergencyFreeze() view returns (bool)
true
icoFunds() view returns (uint256)
20000000000000000
maxSupply() view returns (uint256)
40000000000000000
name() view returns (string)
CNEXCHANGE
owner() view returns (address)
0x65e5c276dbbb76ff153e116631b9e958e9cdae15
symbol() view returns (string)
CNEX
teamAndFounderFund() view returns (uint256)
4000000000000000
teamAndFounderFundAllocated() view returns (bool)
true
tokenDeploymentTime() view returns (uint256)
1568219559
totalSupply() view returns (uint256)
34000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256)
balanceOf(address _tokenOwner) view returns (uint256)
frozen(address) view returns (bool)
State-modifying
Events allocateConsumerProtectionFund()
allocateEcoSystemDevelopmentAndOperationFund()
allocateTeamAndFounderFund()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emergencyFreezeAllAccounts(bool _freeze)
freezeAccount(address _target, bool _freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
renounceOwnership(uint256 _code)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
LogEmergencyFreezed(bool emergencyFreezeStatus)
LogFreezed(address indexed target, bool freezeStatus)
LogOwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.