Bitcoin Startup Capital
Verified contract
Active on
Ethereum with 1,694 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 |
---|---|---|---|---|---|
BSC | ERC-20 | 10.018944M | -- | -- | |
YOO | ERC-20 | 16.45K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20579405 | 3 months ago | | | 0 | 0.00019354047 | |
| 20579009 | 3 months ago | | | 0 | 0.00024677571 | |
| 20277407 | 5 months ago | | | 0 | 0.00040982606 | |
| 20277382 | 5 months ago | | | 0 | 0.00053518317 | |
| 18259293 | a year ago | | | 0 | 0.00030413074 | |
| 17719387 | a year ago | | | 0 | 0.0021467318 | |
| 17719320 | a year ago | | | 0 | 0.0023617255 | |
| 17719228 | a year ago | | | 0 | 0.0026547105 | |
| 15897875 | 2 years ago | | | 0 | 0.0011614320 | |
| 15897834 | 2 years ago | | | 0 | 0.0015893280 |
ABI
ABI objects
Getter at block 21285494
buyPrice() view returns (uint256)
1000000000000000000
closeBuy() view returns (bool)
false
closeSell() view returns (bool)
false
decimals() view returns (uint8)
0
distributedTokens() view returns (uint256)
33470
name() view returns (string)
Bitcoin Startup Capital
owner() view returns (address)
0xc4f0c17eef6244efacd45b9ab245fd053e7ac8be
profit() view returns (uint256)
7088330060000000000
sellPrice() view returns (uint256)
890000000000000000
solvency() view returns (uint256)
0
symbol() view returns (string)
BSC
tokensAvailable() view returns (uint256)
10018944
totalSupply() view returns (uint256)
100000000
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)
buy() payable
completeMigration(address _to, uint256 _value) payable
deposit() payable returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
setStatus(bool isClosedBuy, bool isClosedSell)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdraw(uint256 amountInWeis)
FrozenFunds(address target, bool frozen)
LogDeposit(address sender, uint256 amount)
LogMigration(address receiver, uint256 amount)
LogWithdrawal(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.