Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 263 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 263 Bytes

Sending BEP20 tokens web3.py

WEB3.py SEND (Transfer) BEP20 token

send = 10
adr_from = "0x9..."
adr_to =  "0x3..."
contractAddress = "0x4....."
token_to_private_key = "..."

sendBep20(send, adr_from, adr_to, contractAddress, token_to_private_key)