Skip to content

TeymurNurullaev/web3sendbep20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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)

About

WEB3.py SEND (Transfer) BEP20 token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages