Bitcoin Protocol
Verified contract
Active on
Ethereum with 1,357 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 |
---|---|---|---|---|---|
BTP | ERC-20 | 300M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14100780 | 3 years ago | | | 0 | 0.0043375255 | |
| 14100689 | 3 years ago | | | 0 | 0.0048587835 | |
| 11549541 | 4 years ago | | | 0.01 | 0.0071349135 | |
| 11549004 | 4 years ago | | | 0 | 0.0072100875 | |
| 11461682 | 4 years ago | | | 0.01 | 0.0038359750 | |
| 11452294 | 4 years ago | | | 0 | 0.0049815150 | |
| 11393925 | 4 years ago | | | 0 | 0.00058004000 | |
| 11368903 | 4 years ago | | | 0.01 | 0.0010086150 | |
| 11368884 | 4 years ago | | | 0 | 0.0015731100 | |
| 11368872 | 4 years ago | | | 0.01 | 0.00095553000 |
ABI
ABI objects
Getter at block 21101469
deadline() view returns (uint256)
1611946973
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
Bitcoin Protocol
progress0drop() view returns (uint256)
728
requestMinimum() view returns (uint256)
1000000000000000
round1() view returns (uint256)
1607626973
round2() view returns (uint256)
1611946973
symbol() view returns (string)
BTP
target0drop() view returns (uint256)
5000000000
tokensPerEth() view returns (uint256)
100000000000000000
totalDistributed() view returns (uint256)
1020300000000000000
totalSupply() view returns (uint256)
210000000000000000000000000000000000000000000
Read-only
Claimed(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events DistributeAirdrop(address _participant, uint256 _amount)
DistributeAirdropMultiple(address[] _addresses, uint256 _amount)
add(uint256 _value)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw(uint256 _wdamount)
withdrawAll()
withdrawForeignTokens(address _tokenContract) returns (bool)
Add(uint256 value)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.