BLOCKMASON CREDIT PROTOCOL TOKEN
Verified contract
Active on
Ethereum with 62,732 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32,954.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AST | ERC-20 | 375K | $0.087878 |
$32,954.25 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BCPT | ERC-20 | 8.795823K | -- | -- | |
HUR | ERC-20 | 3.1625K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
ZNT | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075075 | 12 days ago | | | 0 | 0.00032999075 | |
| 21053589 | 15 days ago | | | 0 | 0.00013547010 | |
| 20757273 | 2 months ago | | | 0 | 0.00012368836 | |
| 20697571 | 2 months ago | | | 0 | 0.000094151561 | |
| 20687937 | 2 months ago | | | 0 | 0.00021863570 | |
| 20504270 | 3 months ago | | | 0 | 0.000053312850 | |
| 20504130 | 3 months ago | | | 0 | 0.000038556272 | |
| 20476172 | 3 months ago | | | 0 | 0.00020525445 | |
| 20475604 | 3 months ago | | | 0 | 0.00014968800 | |
| 20410002 | 3 months ago | | | 0 | 0.000043404705 |
ABI
ABI objects
Getter at block 21157944
decimals() pure returns (uint256)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
BLOCKMASON CREDIT PROTOCOL TOKEN
owner() pure returns (address)
0x255d597951300a913d5e327c6e92ddc05923febe
saleOver() pure returns (bool)
true
symbol() pure returns (string)
BCPT
totalSupply() pure returns (uint256)
116158667000000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
transferableTokens(address holder, uint64 time) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
endSale()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.