BlackPearl Token
Verified contract
Active on
Ethereum with 5,074 txns
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 "BlackPearl Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20618846 | 2 months ago | | | 0 | 0.000040624300 | |
| 20595320 | 3 months ago | | | 0 | 0.000041283292 | |
| 20567150 | 3 months ago | | | 0 | 0.000093757547 | |
| 20557893 | 3 months ago | | | 0 | 0.000043554185 | |
| 20557865 | 3 months ago | | | 0 | 0.000047271706 | |
| 20514541 | 3 months ago | | | 0 | 0.00026294428 | |
| 20387916 | 4 months ago | | | 0 | 0.00019277303 | |
| 20263891 | 4 months ago | | | 0 | 0.00020671764 | |
| 20258241 | 4 months ago | | | 0 | 0.00011464802 | |
| 20231730 | 4 months ago | | | 0 | 0.00018263415 |
ABI
ABI objects
Getter at block 21160701
decimals() view returns (uint256)
18
isPaused() view returns (bool)
false
name() view returns (string)
BlackPearl Token
owner() view returns (address)
0x70ba48b9d714d098db6d42bc5ac2f2e02a290137
symbol() view returns (string)
BPLC
totalSupply() view returns (uint256)
64000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.