169 похожих чатов

Does anyone knows how to simulate sell/buy/transfer using contract abi

and bytecode for tokens? for example, checking taxes and dead blocks from block x - block x

11 ответов

39 просмотров

Hardhat, foundry... you can use pretty much any toolsuite to do that

Grayson- Автор вопроса
Grim (Travelling)
Hardhat, foundry... you can use pretty much any to...

May I get the knowledge from you of how to achieve that?

Grayson
May I get the knowledge from you of how to achieve...

Are you familiar with using any of these toolsuites?

Grayson- Автор вопроса
Grim (Travelling)
Are you familiar with using any of these toolsuite...

Sort of I guess? is it like using hard hat to deploy the contract using Abi and byte code? And then simulate?

Yeah that's it. You can write a test script which does all the things you need

Grayson- Автор вопроса
Grim (Travelling)
Yeah that's it. You can write a test script which ...

But 1 thing I’m curious is, how do I read which are the functions/methods that do this and that? For example, identifying which method will open trading (let’s say if people want to snipe)

Grayson
But 1 thing I’m curious is, how do I read which ar...

That's pretty much impossible to know without having the actual contract code. Abi only returns function selectors. I can name my function superSafeTokenFunction and use that to rugpull

Grayson- Автор вопроса
Grim (Travelling)
That's pretty much impossible to know without havi...

What if let’s say, before moving on to do the simulation, I can get the verified source code , not only the Abi

Grayson
What if let’s say, before moving on to do the simu...

Without manual checking: hard but not impossible. You can do some static analysis and figure out which function do what

Grayson- Автор вопроса
Grim (Travelling)
Without manual checking: hard but not impossible. ...

So meaning to say like , identify certain keywords and certain basic functions to determine which methods does what?

Grayson
So meaning to say like , identify certain keywords...

Have a list of commonly used function sigs and check if that's present, check for setters which changes something that directly affects the transfer function...

Похожие вопросы

Обсуждают сегодня

Коллеги, я тут для личных нужд пошел ставить MQTT сервер, пощупал mosquitto, но ужаснулся отсутствию такой банальности, как HTTP API для посмотреть список топиков. А тут что,...
Maksim Lapshin
13
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
#include <stdio.h> #include <stdlib.h> #include <time.h> void mass_first_generate(int mass[5][7]) {     for (int N = 0; N < 5; N++) {         for (int A = 0; A < 7; A++) {   ...
Чувак
6
Всем привет! Решаю 99 OCaml Problems и столкнулся со следующей проблемой (прошу палками не забивать, я OCaml практически не трогал до этого момента): open OUnit2 let create_...
К|/|pи/\/\ 6е3yглbIи
2
https://www.linkedin.com/posts/ugama-benedicta-kelechi-codergirl-103041300_mobiledevelopment-fluttertraining-handsonlearning-activity-7263445699227254784-IdHB?utm_source=share...
CoderGirl
16
Ну вот просто даже давайте вот как. Какой нибудь конкретный кейс, можете в пример привести, где бч работает и приносит прикладную пользу, а не просто что бы было? Не крипту.
Alexander Andreev
22
возможно ли как-то передать в электрон или таури медиа поток с рендера 2д движка? двиг запускается как dll, а дальше надо как-то отправлять рендер кодировать не подходит, зр...
Kyle Nekto
7
Точно, оно. У тебя там имена потоков выставляются?
Александр (Rouse_) Багель
11
Помогите пожалуйста. Делаю систему плагинов. Проблема сейчас в такая: плагины загружаются в основном потоке. FLibHandle := SafeLoadLibrary(FFileName) Но нужно еще выполнить фу...
Илья 🤣
10
объясните пожалуйста, почему функция не работает должным образом? вроде должно брать активное окно сравнивать его размер с размером экрана, и если есть совпадение = true прове...
JF
12
Карта сайта