Bad Luck Brian
Verified contract
Active on
Base with 505 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBRIAN | ERC-20 | 1.005046M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14168827 | 6 months ago | | | 0 | 0.00011035281 | |
| 10814235 | 9 months ago | | | 0 | 0.000000049980000000 | |
| 9600291 | 10 months ago | | | 0 | 0.000000027557997390 | |
| 4002815 | a year ago | | | 0 | 0.0000010456388 | |
| 4002803 | a year ago | | | 0 | 0.0000025025561 | |
| 3462457 | a year ago | | | 0 | 0.0000074260294 | |
| 2576220 | a year ago | | | 0 | 0.000075529504 | |
| 2526818 | a year ago | | | 0 | 0.000070533004 | |
| 2452686 | a year ago | | | 0 | 0.000075583503 | |
| 2450500 | a year ago | | | 0 | 0.000074227599 |
ABI
ABI objects
Getter at block 22758218
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
bald() view returns (address)
0x000000000000000000000000000000000000dead
buyBackBurnTax() view returns (uint256)
0
decimals() view returns (uint8)
18
marketing() view returns (address)
0xff506c05b78288d7d4f2f59345cea99540270397
marketingTax() view returns (uint256)
400
maxPerWallet() view returns (uint256)
200
name() view returns (string)
Bad Luck Brian
owner() view returns (address)
0x4e6e0a833095942552278533b45c029cdec876e9
router() view returns (address)
0xfcd3842f85ed87ba2889b4d35893403796e67ff1
slippage() view returns (uint256)
200
symbol() view returns (string)
BBRIAN
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addBlacklist(address _account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address _account)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBALD(address _bald)
updateBuyBackBurnTax(uint256 _buyBackBurnTax)
updateMarketing(address _marketing)
updateMarketingTax(uint256 _marketingTax)
updateRouter(address _router)
updateSlippage(uint256 _slippage)
Approval(address indexed owner, address indexed spender, uint256 value)
BALDUpdated(address bald)
BuyBackBurnTaxUpdated(uint256 buyBackBurnTax)
MarketingTaxUpdated(uint256 marketingTax)
MarketingUpdated(address marketing)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterUpdated(address router)
SlippageUpdated(uint256 slippage)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bald, uint256 _buyBackBurnTax, uint256 _marketingTax, address _marketing, uint256 _maxPerWallet)
This contract contains no fallback and receive objects.
Blacklisted()
InvalidAddress()
TransferLimitExceeded()