BlackPool Token
Verified contract
Active on
Ethereum with 21,335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BPT | ERC-20 | 638.143057 | $0.044389 |
$28.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140997 | 3 days ago | | | 0 | 0.00047336974 | |
| 21119455 | 6 days ago | | | 0 | 0.000052835703 | |
| 21106590 | 7 days ago | | | 0 | 0.000086394243 | |
| 21070643 | 12 days ago | | | 0 | 0.00038431999 | |
| 21063947 | 13 days ago | | | 0 | 0.00025195883 | |
| 21060900 | 14 days ago | | | 0 | 0.00026748119 | |
| 21053338 | 15 days ago | | | 0 | 0.000096591893 | |
| 21053317 | 15 days ago | | | 0 | 0.000099499946 | |
| 21047049 | 16 days ago | | | 0 | 0.00013395043 | |
| 21021058 | 19 days ago | | | 0 | 0.00026510977 |
ABI
ABI objects
Getter at block 21159892
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BlackPool Token
owner() view returns (address)
0x01d41bb9964e95df586974fe68996e3bd4e3b40e
symbol() view returns (string)
BPT
totalSupply() view returns (uint256)
54334321000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.
This contract contains no fallback and receive objects.
This contract contains no error objects.