CryptoBuds
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUDS | ERC-20 | 24.152209K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16294283 | 2 years ago | | | 0 | 0.00072799554 | |
| 16292861 | 2 years ago | | | 0 | 0.00090994539 | |
| 16292856 | 2 years ago | | | 0 | 0.0011651000 | |
| 16292658 | 2 years ago | | | 0 | 0.0010686089 | |
| 16292625 | 2 years ago | | | 0 | 0.0011874228 | |
| 16292551 | 2 years ago | | | 0 | 0.00097756326 | |
| 16292536 | 2 years ago | | | 0 | 0.0010400524 | |
| 16292500 | 2 years ago | | | 0 | 0.0010783482 | |
| 16292499 | 2 years ago | | | 0 | 0.00097995833 | |
| 16292497 | 2 years ago | | | 0 | 0.0011124937 |
ABI
ABI objects
Getter at block 21328353
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 buyback, uint16 totalSwap)
(liquidity=0, marketing=0, development=1000, burn=0, buyback=0, totalSwap=1000)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address development, address liquidity, address buyback)
(marketing=0x386bbbdc9a04a281d827a80235de009769c5df7d, development=0x386bbbdc9a04a281d827a80235de009769c5df7d, liquidity=0x000000000000000000000000000000000000dead, buyback=0x000000000000000000000000000000000000dead)
_totalBurned() view returns (uint256)
0
_totalBuyback() view returns (uint256)
0
buyback() view returns (address)
0xb9beaf461469c563f5e00b091bd048c78fd770af
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
500000000000000
getMaxTX() view returns (uint256)
500000
getMaxWallet() view returns (uint256)
500000
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getTotalBoughtBack() view returns (uint256 buybackBoughtTotal)
0
getTotalTrueBurned() view returns (uint256 burnedTotal)
0
lpPair() view returns (address)
0xa129a5a10b57e45327270239ceeba30dca83492e
maxBuyTaxes() view returns (uint256)
3000
maxRoundtripTax() view returns (uint256)
6000
maxSellTaxes() view returns (uint256)
3000
maxTransferTaxes() view returns (uint256)
0
name() pure returns (string)
CryptoBuds
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
1500000000000
swapThreshold() view returns (uint256)
500000000000
symbol() pure returns (string)
BUDS
taxesAreLocked() view returns (bool)
false
totalSupply() view returns (uint256)
500000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsBlacklistedStatus(address _address) view returns (bool)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address)
enableTrading()
removeFromBlacklist(address _address)
renounceOwnership()
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setPurchaseDestinations(address _buyBack)
setRatios(uint16 liquidity, uint16 marketing, uint16 development, uint16 burn, uint16 _buyBack)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address liquidity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.