BullaFunDeployer
Verified contract
Active on
Ethereum with 2,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BullaFunDeployer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841022 | a month ago | | | 0 | 0.0013913117 | |
| 20834871 | a month ago | | | 0 | 0.0017785870 | |
| 20834030 | a month ago | | | 0 | 0.0012773870 | |
| 20834026 | a month ago | | | 0 | 0.0013098413 | |
| 20833953 | a month ago | | | 0 | 0.0016207057 | |
| 20833913 | a month ago | | | 0.1 | 0.0028770505 | |
| 20833913 | a month ago | | | 0 | 0.0020015577 | |
| 20833861 | a month ago | | | 0.1 | 0.0026835021 | |
| 20833858 | a month ago | | | 0.03 | 0.0024563077 | |
| 20833852 | a month ago | | | 0 | 0.0017030895 |
ABI
ABI objects
Getter at block 21157439
FEE_PERCENTAGE() view returns (uint256)
2
tokenCount() view returns (uint64)
81
Read-only
calculateEthAmount(address user, uint256 tokenAmount, address _memeCoinAddress) view returns (uint256)
calculateSlippage(address _memeCoinAddress, uint256 ethAmount, uint256 slippageAllowance) view returns (uint256)
calculateTokenAmount(uint256 ethAmount, address _memeCoinAddress) view returns (uint256)
getContributions(address _memeCoinAddress) view returns (uint256)
getListedStatus(address _memeCoinAddress) view returns (bool)
getRemainingAmount(address _memeCoinAddress) view returns (uint256)
getTokenAddress(uint256 index) view returns (address)
getTokens(address _memeCoinAddress) view returns (uint256)
getTotalEthBought(address _memeCoinAddress) view returns (uint256)
tokens(uint256) view returns (address tokenAddress, address creator, string name, string ticker, string picture, uint256 buyTax, uint256 sellTax, uint256 tokenId, bool degen)
State-modifying
Events buyTokens(address _memeCoinAddress, uint256 slippageAmount) payable
deployAndBuy(string _name, string _ticker, string _picture, uint256 _maxWalletAmount, uint256 _buyTax, uint256 _sellTax, uint256 _tokenId, bool _buy, bool _degen) payable
removeTaxFees(address _memeCoinAddress)
sellTokens(uint256 tokenAmount, address _memeCoinAddress)
setSanityTokenAmount(uint256 value, address _memeCoinAddress)
TokenBuy(address indexed buyerAddress, address indexed tokenAddress, uint256 indexed ethAmountAfterFee, uint256 tokenAmountReceived, bool listedStatus)
TokenCreated(address indexed tokenAddress, address indexed creator, string name, string ticker, string picture, uint256 buyTax, uint256 sellTax, uint256 tokenId, bool degen)
TokenSell(address indexed sellerAddress, address indexed tokenAddress, uint256 indexed ethAmountReceived, uint256 tokenAmountSent)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.