CFX Quantum
Verified contract
Active on
Ethereum with 5,708 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($774.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CFXQ | ERC-20 | 240.529K | $0.003219 |
$774.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186724 | 8 days ago | | | 0 | 0.0014686902 | |
| 21162669 | 12 days ago | | | 0 | 0.00073002212 | |
| 21082681 | 23 days ago | | | 0 | 0.00040894254 | |
| 21081666 | 23 days ago | | | 0 | 0.00050805273 | |
| 21077882 | 24 days ago | | | 0 | 0.00039156027 | |
| 21073694 | 24 days ago | | | 0 | 0.00089215702 | |
| 21054248 | a month ago | | | 0 | 0.00017266724 | |
| 21020190 | a month ago | | | 0 | 0.00060715391 | |
| 20985863 | a month ago | | | 0 | 0.0014591180 | |
| 20985722 | a month ago | | | 0 | 0.00090571324 |
ABI
ABI objects
Getter at block 21247195
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
520050000490682
decimals() view returns (uint256)
6
deprecated() view returns (bool)
false
name() view returns (string)
CFX Quantum
newOwner() view returns (address)
0x52930fb563fabd68c026fda96da27163411bcac4
owner() view returns (address)
0x52930fb563fabd68c026fda96da27163411bcac4
paused() view returns (bool)
false
symbol() view returns (string)
CFXQ
totalSupply() view returns (uint256)
520050000490682
Read-only
allPlanAmount(address investor) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
canRelease(uint256 _planNumber) view returns (bool)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
plan(address, uint256) view returns (uint256)
planAmount(address investor, uint256 _planNumber) view returns (uint256 balance)
planAmount(uint256) view returns (uint256)
planTime(uint256) view returns (uint256)
State-modifying
Events addBlackList(address _evilUser)
addPlan(uint256 time, uint256 total)
approve(address _spender, uint256 _value)
approveOwnership()
deliverPlan(address investor, uint256 _planNumber, uint256 amount)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
pause()
redeem(uint256 amount)
releaseAllPlans() payable
removeBlackList(address _clearedUser)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address _newOwner)
unpause()
upgradeTo(string _newVersion, address _newImplementation)
AddPlan(uint256 planNumber, uint256 time, uint256 total)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DeliverPlan(uint256 planNumber, uint256 amount, address investor)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
Pause()
PlanReleased(uint256 planNumber, uint256 amount, address investor)
Redeem(uint256 amount)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
Upgraded(string _newVersion, address indexed _newImplementation)
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
fallback()
This contract contains no error objects.