Skip to content

Latest commit

 

History

History

eosbethack-exp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction(简介)

eosbet合约漏洞实践

Operation(操作)

cleos set contract contractaccount eosbethack
//下面的EOS转账会调用contractaccount这个智能合约的transfer方法
cleos push action eosio.token transfer '["testaccount", "contractaccount", "3.0000 EOS", "50-invitor"]' -p testaccount

details(详情)

https://blog.csdn.net/ITleaks/article/details/83069431