Bitcoin Quick
Verified contract
Active on
Ethereum with 4,662 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 |
---|---|---|---|---|---|
WIND | ERC-20 | 1.85K | -- | -- | |
CATA | ERC-20 | 1.394K | -- | -- | |
VIU | ERC-20 | 18.158 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8157471 | 5 years ago | | | 0 | 0.000021474000 | |
| 8156596 | 5 years ago | | | 0 | 0.000021474000 | |
| 8043008 | 5 years ago | | | 0 | 0.000036474000 | |
| 8023920 | 5 years ago | | | 0 | 0.000045364000 | |
| 7951737 | 5 years ago | | | 0 | 0.000036474000 | |
| 7150590 | 6 years ago | | | 0 | 0.0014980580 | |
| 7146089 | 6 years ago | | | 0 | 0.00098400000 | |
| 6961107 | 6 years ago | | | 0 | 0.00018171200 | |
| 6750067 | 6 years ago | | | 0 | 0.00017597000 | |
| 6635764 | 6 years ago | | | 0 | 0.00045364000 |
ABI
ABI objects
Getter at block 21158532
airDropAmount() view returns (uint256)
25000000000
airDropHeight() view returns (uint32)
2216
decimals() view returns (uint256)
8
marketPrice() view returns (uint256)
1250000
marketSupply() view returns (uint256)
0
name() view returns (string)
Bitcoin Quick
symbol() view returns (string)
BTCQ
totalSupply() view returns (uint256 __totalSupply)
2100000000000000
Read-only
airDropMembers(address) view returns (bool)
allowance(address _account, address _spender) view returns (uint256 remaining)
balanceOf(address _account) view returns (uint256 balance)
State-modifying
Events airDropJoin(bytes32 _secret) payable returns (bool _status)
airDropSetup(address _contract, uint32 _height, uint256 _units) returns (bool _status)
approve(address _spender, uint256 _amount) returns (bool success)
crowdsaleSetup(uint256 _supply, uint256 _perEther) returns (bool _status)
purchase() payable returns (bool _status)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
withdrawFunds(uint256 _amount) returns (bool _status)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.