BlockbyBlock
Verified contract
Active on
Ethereum with 2,037 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,121.78 |
$0 | |
BxB | ERC-20 | 61.636714K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104683 | 15 days ago | | | 0 | 0.00011772328 | |
| 21017159 | a month ago | | | 0 | 0.00014610000 | |
| 21014606 | a month ago | | | 0 | 0.00028698205 | |
| 20989387 | a month ago | | | 0 | 0.00043053905 | |
| 20981626 | a month ago | | | 0 | 0.00032656443 | |
| 20910291 | a month ago | | | 0 | 0.00033382800 | |
| 20907588 | a month ago | | | 0 | 0.0010491888 | |
| 20577295 | 3 months ago | | | 0 | 0.00010275417 | |
| 20574155 | 3 months ago | | | 0 | 0.000059456265 | |
| 20514103 | 3 months ago | | | 0 | 0.00086873795 |
ABI
ABI objects
Getter at block 21212732
decimals() pure returns (uint8)
18
devAddress() view returns (address)
0x1cfbe7eebb33018e9196ec70e43f2107a36c1405
getAllPending() view returns (uint256)
61636713713752091086237
marketingAddress() view returns (address)
0xcc900e7c996dcfa21408eec9bf59d469bc2f96aa
maxBuyAmount() view returns (uint256)
5000000000000000000000000
maxSellAmount() view returns (uint256)
5000000000000000000000000
maxWalletAmount() view returns (uint256)
5000000000000000000000000
name() view returns (string)
BlockbyBlock
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x936a30b87e8f3572084a25b95de1e681e8ec6108
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
BxB
totalSupply() view returns (uint256)
82835999000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
devFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
devAddressSetup(address _newAddress)
devFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
devAddressUpdated(address devAddress)
devFeeSent(address recipient, uint256 amount)
devFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.