Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bitpascal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7404253 | 6 years ago | | | 0 | 0.0021363050 | |
| 7404101 | 6 years ago | | | 0 | 0.0021363050 | |
| 7393246 | 6 years ago | | | 0.005 | 0.00053368000 | |
| 7393210 | 6 years ago | | | 0.01 | 0.0016673600 | |
| 7393077 | 6 years ago | | | 0 | 0.0011310260 |
ABI
ABI objects
Getter at block 21247200
basePrice() view returns (uint256)
78000000000000000000000
cap() view returns (uint256)
1500000000000000000000000000
decimals() view returns (uint32)
18
name() view returns (string)
Bitpascal
owner() view returns (address)
0x1c7f8f8846c13b295c1ce0c58af0649e067c66c3
remainingTokens() view returns (uint256)
1499998830000000000000000000
symbol() view returns (string)
BPC
tokenReserve() view returns (uint256)
1500000000000000000000000000
tokensSold() view returns (uint256)
1170000000000000000000
totalSupply() view returns (uint256)
1500001170000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalizeIco()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
startIco()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.