Yellow Flower
Verified contract
Active on
Ethereum with 85 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 "Yellow Flower"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20922246 | a month ago | | | 0 | 0.0018696283 | |
| 20922200 | a month ago | | | 0 | 0.0016641550 | |
| 20851093 | a month ago | | | 0 | 0.00034071118 | |
| 20851092 | a month ago | | | 0 | 0.00034388782 | |
| 20760579 | 2 months ago | | | 0 | 0.000093110642 | |
| 20745900 | 2 months ago | | | 0 | 0.00015736289 | |
| 20745682 | 2 months ago | | | 0 | 0.000091066510 | |
| 20735982 | 2 months ago | | | 0 | 0.00042036467 | |
| 20735976 | 2 months ago | | | 0 | 0.00047553476 | |
| 20728818 | 2 months ago | | | 0 | 0.00033585221 |
ABI
ABI objects
Getter at block 21157507
BUY_PRICE_DIFFERENCE_PERCENT() view returns (uint256)
1000
FEE_PERCENTAGE() view returns (uint8)
2
LIQUIDITY_TOKENS() view returns (uint256)
200000000000000000000000000
REVENUE_ACCOUNT() view returns (address)
0xcde357abbdf15da7cce4b51ce70a1d0f08dfb782
TARGET_LIQUIDITY() view returns (uint256)
4000000000000000000
TOTAL_BUY_TOKENS() view returns (uint256)
800000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
bullaDeployer() view returns (address)
0x7322662ab50400b672c97821f999cbdb4c904a8b
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
degen() view returns (bool)
false
devTaxTokens() view returns (uint256)
0
getRemainingAmount() view returns (uint256)
0
listed() view returns (bool)
true
lpAddress() view returns (address)
0xd9b6b8b14183709982784f9722c346656d060a0b
maxWalletAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Yellow Flower
picture() view returns (string)
https://bc-beta.bulla.fun/uploads/1725998140811-Yellow-coreopsis-flower.jpg
sanityTokenAmount() view returns (uint256)
100000000000000000000
sellTax() view returns (uint256)
0
symbol() view returns (string)
Flower
taxWallet() view returns (address)
0x6c0099c73eeb32a50ec1005538d29645477f98fc
totalETHBought() view returns (uint256)
4000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
totalTokensBought() view returns (uint256)
534949187071378952098476751
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateEthAmount(address user, uint256 tokenAmount) view returns (uint256)
calculateTokenAmount(uint256 ethAmount) view returns (uint256)
contributions(address) view returns (uint256)
slippage(uint256 ethAmount, uint256 slippageAllowance) view returns (uint256)
tokens(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyTokens(address buyer, uint256 slippageAmount) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeTaxFees()
sellTokens(address seller, uint256 tokenAmount)
setSanityTokenAmount(uint256 newValue)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bullaDeployer, address _router, address _taxWallet, uint256 _maxWalletAmount, uint256 _buyTax, uint256 _sellTax, string _name, string _ticker, string _picture, bool _degen)
This contract contains no fallback and receive objects.
This contract contains no error objects.