Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Big Bald Cock"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18250194 | 3 months ago | | | 0 | 0.000000080803800000 | |
| 15985558 | 5 months ago | | | 0 | 6.4169778e-7 | |
| 15668606 | 5 months ago | | | 0 | 3.6101506e-7 | |
| 14166168 | 6 months ago | | | 0 | 0.000085168022 | |
| 14166165 | 6 months ago | | | 0 | 0.000085131837 | |
| 14163184 | 6 months ago | | | 0 | 0.000085149929 | |
| 14028984 | 6 months ago | | | 0 | 0.0000051880193 | |
| 13526325 | 7 months ago | | | 0 | 0.0000010147919 | |
| 12538803 | 7 months ago | | | 0 | 0.000000407780380650 | |
| 3405317 | a year ago | | | 0 | 0.0000052529056 |
ABI
ABI objects
Getter at block 22113794
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x135324aa49108dadd6e31d8bf58ee25572c811823d382cc1de20014352034b2a
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
feeAmounts() view returns (uint8 buy, uint8 sell)
(buy=0, sell=0)
isBlacklistRenounced() view returns (bool)
false
isFeeChangeRenounced() view returns (bool)
false
isLimitInEffect() view returns (bool)
false
isTradingActive() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() pure returns (string)
Big Bald Cock
owner() view returns (address result)
0x08a158e139073af2848b8ab3a049fa4a8c80cb3b
symbol() pure returns (string)
BBC
tokensForBotProtection() view returns (uint256)
16892771757913006468419
totalSupply() view returns (uint256 result)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
isAutomatedMarketMakerPair(address pair) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
decreaseAllowance(address spender, uint256 difference) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 difference) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceBlacklist()
renounceFeeChange()
renounceOwnership() payable
requestOwnershipHandover() payable
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
unblacklist(address account)
updateBuyFees(uint8 burnFee)
updateMaxTransactionAmount(uint256 newAmount)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint8 burnFee)
withdrawStuckBBC(uint256 amount)
withdrawStuckEth()
withdrawStuckToken(address _token)
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
FeesUpdated(uint8 buyFee, uint8 sellFee)
MaxTransactionAmountUpdated(uint256 newAmount, uint256 oldAmount)
MaxWalletAmountUpdated(uint256 newAmount, uint256 oldAmount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address ownerWallet)
receive()
AllowanceOverflow()
AllowanceUnderflow()
BBC__BlacklistModificationDisabled()
BBC__BuyAmountGreaterThanMax()
BBC__CannotTransferFromAddressZero()
BBC__CannotTransferToAddressZero()
BBC__ErrorWithdrawingEth()
BBC__FeeChangeRenounced()
BBC__MaxFeeFivePercent()
BBC__MaxTransactionTooLow()
BBC__MaxWalletAmountExceeded()
BBC__MaxWalletAmountTooLow()
BBC__OnlyOwner()
BBC__ReceiverBlacklisted()
BBC__SellAmountGreaterThanMax()
BBC__SenderBlacklisted()
BBC__TokenAddressCannotBeAddressZero()
BBC__TradingNotActive()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()