BlackBerry
Verified contract
Active on
Ethereum with 12 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 "BlackBerry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19868628 | 7 months ago | | | 0 | 0.00046267898 | |
| 19868622 | 7 months ago | | | 0 | 0.00059592776 | |
| 19868612 | 7 months ago | | | 0 | 0.00026982929 | |
| 19868612 | 7 months ago | | | 0 | 0.00041542478 | |
| 19868612 | 7 months ago | | | 0 | 0.00063826096 | |
| 19868611 | 7 months ago | | | 0 | 0.00031251879 | |
| 19868609 | 7 months ago | | | 0 | 0.00073285129 | |
| 19868593 | 7 months ago | | | 0 | 0.00080729915 | |
| 19868593 | 7 months ago | | | 0 | 0.00080729915 | |
| 19868592 | 7 months ago | | | 0 | 0.0017497399 |
ABI
ABI objects
Getter at block 21297499
decimals() view returns (uint8)
18
limit() view returns (bool)
false
name() view returns (string)
BlackBerry
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xcb7eacac1cd817bb24f13e6cc07eb62413781fee
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
420690000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsExcludedFromFees(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
claimFees(address to, uint256 amount)
disableLimits()
excludedFromFees(address _address, bool _value)
openTrading()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferForMarketing(address _to, uint256 _value)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableLimits()
OpenTrading()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
MaxTxAmountExceeded()
MaxWalletAmountExceeded()
NotAuthorized()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)