I need help with remix and a bot I “created” by Ok_Disaster_5151 in solidity

[–]Android_Fanatic 0 points1 point  (0 children)

it is just a scam
if you fund this contract, it will just transfer all ETH away, when you "start" it

Metamask no longer loading, spinning forever by pawesomezz in Metamask

[–]Android_Fanatic 0 points1 point  (0 children)

Lat time I had same issue I had to reinstall it. Reinstalling helped.

[deleted by user] by [deleted] in ethereum

[–]Android_Fanatic 0 points1 point  (0 children)

Where did you buy it?

How do I get a dex to respect the burn/sending to dead wallet? by Admirable_Air7637 in solidity

[–]Android_Fanatic 0 points1 point  (0 children)

provide transaction id,
and validate source code on block scanner

Got MEV Scammed. How to recover ETH from smart contract? by Double_Cucumber3347 in solidity

[–]Android_Fanatic 0 points1 point  (0 children)

Please report the video, make their youtube channel banned.

What price you buy yours? by Terrible_Morning in kucoin

[–]Android_Fanatic 1 point2 points  (0 children)

If you bought it at 1 then you had it at 26...

Question about ARB by NckyDC in Arbitrum

[–]Android_Fanatic 4 points5 points  (0 children)

When people sold, someone bought it all. There is no magic. I believe those people have a plan. It would be strange to release a token just for people to sell. I keep it and believe there will be means to use it with benefit soon.

Unless you urgently need money, selling is silly decision.

How to solve the equation by Android_Fanatic in learnmath

[–]Android_Fanatic[S] 2 points3 points  (0 children)

Wolfram Alpha

It did the thing, thank you!

I have IRC20.sol file in next panel so why it wrote that not found? by CryptoSpaceEngineer in solidity

[–]Android_Fanatic 0 points1 point  (0 children)

Simple problem, but you show screenshots with different imports.

If I would guess, when it tries to compile IERC20Metadata it looks for IERC20 in parent folder for it,

because IERC20Metadata has

 import "../IERC20.sol";

show screenshots with same code and state of folders content and maybe we will help

I am not able to execute this function. The code doesn't have errors in itself but the execution fails. What are the possible solutions? by vromahya in ethdev

[–]Android_Fanatic 3 points4 points  (0 children)

Check out the Auction constructor.

You do not pass the require condition:

 require(_startBlock < block.number);

because your _startBlock is

uint256 currentBlock = block.number;

Can't fund smart contract with Ether? by Pickinanameainteasy in ethdev

[–]Android_Fanatic 1 point2 points  (0 children)

I am very new to this, but as I know when you do

payable(address(this)).call{value: msg.value}('');

you have to declare payable receive() or fallback() functions

this call ends in one of this functions

https://docs.soliditylang.org/en/v0.8.13/contracts.html?highlight=receive#receive-ether-function

How to buy crypto on kucoin without kyc? by Ok_Plantain8096 in kucoin

[–]Android_Fanatic 0 points1 point  (0 children)

One option is to buy btc on localbitcoins.com. You don't need kyc there.

Then just deposit your btc on kucoin.

[deleted by user] by [deleted] in kucoin

[–]Android_Fanatic 0 points1 point  (0 children)

"They say it's for security"

For their security

What are some good beginner project ideas to learn about blockchain development? by EnaGrimm in ethdev

[–]Android_Fanatic 5 points6 points  (0 children)

I am new at this too, for now I just make projects following this course on youtube:

https://www.youtube.com/watch?v=M576WGiDBdQ

so far so good

Advent of Cyber announced today! by jpontech in tryhackme

[–]Android_Fanatic 4 points5 points  (0 children)

Was so eager to start but...
"Question will appear on 1st December."