中国比特币BTCZ
Verified contract
Active on
Ethereum with 19,564 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 |
---|---|---|---|---|---|
中国比特币BTCZ | ERC-20 | 107 | -- | -- | |
FSCB | ERC-20 | 20 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14370200 | 3 years ago | | | 0 | 0.00092363839 | |
| 12740944 | 3 years ago | | | 0 | 0.00058333806 | |
| 11542200 | 4 years ago | | | 0 | 0.0025679000 | |
| 11345735 | 4 years ago | | | 0 | 0.00033623770 | |
| 11229659 | 4 years ago | | | 0 | 0.00056395281 | |
| 10219499 | 4 years ago | | | 0 | 0.00059114309 | |
| 9584107 | 5 years ago | | | 0 | 0.00070785997 | |
| 9532004 | 5 years ago | | | 0 | 0.00033400200 | |
| 9259638 | 5 years ago | | | 0 | 0.000056441000 | |
| 9259596 | 5 years ago | | | 0 | 0.000078792312 |
ABI
ABI objects
Getter at block 21230273
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
中国比特币BTCZ
owner() view returns (address)
0x55c40d58af9e2ca16e1142455f5793e63a35948a
sellPrice() view returns (uint256)
0
symbol() view returns (string)
中国比特币BTCZ
totalSupply() view returns (uint256)
24000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.