BitcashPay
Verified contract
Active on
Ethereum with 10,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x015b…fc72
Balances ($102.50)
Native
Value
$2.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0008 | $3,126.60 |
$2.5 | |
USDC | ERC-20 | 100 | $1.00 |
$100 | |
BCP | ERC-20 | 2.640779M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102336 | 14 days ago | | | 0 | 0.00013549760 | |
| 21099582 | 15 days ago | | | 0 | 0.00011130160 | |
| 21085236 | 17 days ago | | | 0 | 0.00022744240 | |
| 21082699 | 17 days ago | | | 0 | 0.00042624203 | |
| 21061881 | 20 days ago | | | 0 | 0.00022825459 | |
| 21008869 | a month ago | | | 0 | 0.00019425356 | |
| 20851103 | 2 months ago | | | 0 | 0.00015762634 | |
| 20846162 | 2 months ago | | | 0 | 0.00021147989 | |
| 20752696 | 2 months ago | | | 0 | 0.000023418734 | |
| 20703699 | 2 months ago | | | 0 | 0.000034412763 |
ABI
ABI objects
Getter at block 21205269
buyPriceEth() view returns (uint256)
100000000000000
decimals() view returns (uint8)
8
directBuyAllowed() view returns (bool)
false
directSellAllowed() view returns (bool)
false
directTransferAllowed() view returns (bool)
false
name() view returns (string)
BitcashPay
reservedCoin() view returns (uint256)
175000000
sellPriceEth() view returns (uint256)
100000000000000
symbol() view returns (string)
BCP
totalSupply() view returns (uint256)
84999999394598930
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events airDropper(address[] _to, uint256[] _value) returns (uint256)
approve(address _spender, uint256 _value) returns (bool success)
burnToken(address account, uint256 amount) returns (bool success)
buyBitcashPayAgainstEther(address _sender, uint256 _amount) returns (uint256 amount_sold)
getBonus(address _to, uint256 _value) returns (uint256 bonus)
ownerAllowDirectBuy()
ownerAllowDirectSell()
ownerAllowDirectTransfer()
ownerDenyDirectBuy()
ownerDenyDirectSell()
ownerDenyDirectTransfer()
setBuyPrice(uint256 buyPrice)
setPresaleAddress(address _presaleAddress)
setSellPrice(uint256 sellPrice)
transfer(address _to, uint256 _amount) returns (bool success)
transferEther(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Bonus(address to, uint256 value)
Received(address _from, uint256 _amount)
Sold(address _from, address _to, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
receive()
This contract contains no error objects.