Culture eXchange Token Chain
Verified contract
Active on
Ethereum with 11,284 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 |
---|---|---|---|---|---|
CXTC | ERC-20 | 0.7 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8707717 | 5 years ago | | | 0 | 0.000029939000 | |
| 8663807 | 5 years ago | | | 0 | 0.000029939000 | |
| 7813344 | 5 years ago | | | 0 | 0.0029825600 | |
| 7813209 | 5 years ago | | | 0 | 0.0029825600 | |
| 7813082 | 5 years ago | | | 0 | 0.0029774400 | |
| 7810659 | 5 years ago | | | 0 | 0.0029774400 | |
| 7810658 | 5 years ago | | | 0 | 0.0041774400 | |
| 7810657 | 5 years ago | | | 0 | 0.0029876800 | |
| 7809753 | 5 years ago | | | 0 | 0.0029876800 | |
| 7809491 | 5 years ago | | | 0 | 0.0029672000 |
ABI
ABI objects
Getter at block 21159797
decimals() view returns (uint8)
8
freeSupply() view returns (uint256)
2100000000000000
frozenSupply() view returns (uint256)
18900000000000000
name() view returns (string)
Culture eXchange Token Chain
owner() view returns (address)
0x83d1a33259bcb730efb4f13315ba6dfb4490cd16
paused() view returns (bool)
false
symbol() view returns (string)
CXTC
systemAcc() view returns (address)
0xe5877869ea9e724be2b03f5412a8a321a105d822
totalSupply() view returns (uint256)
21000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freeBalanceOf(address _owner) view returns (uint256 balance)
freezeRecord(address, uint256) view returns (uint256)
frozenBalanceOf(address _owner) view returns (uint256 balance)
getArt(string _id) view returns (string, string, string, string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
bonus(uint256 _sum, address[] _addressLst, uint256[] _amountLst) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distribute(address _to, uint256 _amount, uint256 _timestamp, address[] _addressLst, uint256[] _amountLst) returns (bool)
freeze(uint256 _amount, uint256 _timestamp) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issue(address _addr, uint256 _amount, uint256 _timestamp) returns (bool)
newArt(string _id, string _regReport) returns (bool)
pause()
release(address[] _addressLst, uint256[] _amountLst) returns (bool)
send(address _to, uint256 _amount, uint256 _fee, uint256 _timestamp) returns (bool)
setArtEsc(string _id, string _escReport) returns (bool)
setArtEvt(string _id, string _evtReport) returns (bool)
setArtIdt(string _id, string _idtReport) returns (bool)
setParter(address _parter, uint256 _amount, uint256 _timestamp)
setSysAcc(address _sysAcc) returns (bool)
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)
Defreeze(address indexed _addr, uint256 indexed _amount, uint256 indexed _timestamp)
Freeze(address indexed _addr, uint256 indexed _amount, uint256 indexed _timestamp)
NewArt(string indexed _id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Release(address indexed _addr, uint256 indexed _amount)
SetArtEsc(string indexed _id, string indexed _escReport)
SetArtEvt(string indexed _id, string indexed _evtReport)
SetArtIdt(string indexed _id, string indexed _idtReport)
SetArtReg(string indexed _id, string indexed _regReport)
SetParter(address indexed _addr, uint256 indexed _amount)
SetSysAcc(address indexed _addr)
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.