Qin Ding Coin
Verified contract
Active on
Ethereum with 184 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 |
---|---|---|---|---|---|
GA | ERC-20 | 17.5509 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7357376 | 6 years ago | | | 0 | 0.000052829000 | |
| 7343945 | 6 years ago | | | 0 | 0.00021131600 | |
| 7156582 | 6 years ago | | | 0 | 0.00041020822 | |
| 7156580 | 6 years ago | | | 0 | 0.00010875837 | |
| 7152963 | 6 years ago | | | 0 | 0.00019742009 | |
| 7152960 | 6 years ago | | | 0 | 0.00030263200 | |
| 7146982 | 6 years ago | | | 0 | 0.00017643297 | |
| 7146978 | 6 years ago | | | 0 | 0.00026942790 | |
| 7143602 | 6 years ago | | | 0 | 0.00025061713 | |
| 7143598 | 6 years ago | | | 0 | 0.00016168141 |
ABI
ABI objects
Getter at block 21219260
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
8
name() view returns (string)
Qin Ding Coin
owner() view returns (address)
0xc7d307b784d99ec35ed3a722ff71d5eeb33720cb
sellPrice() view returns (uint256)
0
symbol() view returns (string)
QDCC
totalSupply() view returns (uint256)
20000000000000000
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)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
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.