Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

transfer error #2806

Closed
yankunsam opened this issue May 6, 2018 · 5 comments
Closed

transfer error #2806

yankunsam opened this issue May 6, 2018 · 5 comments

Comments

@yankunsam
Copy link
Contributor

Error 3040002: Invalid Action Arguments
Ensure that your arguments follow the contract abi!
You can check the contract's abi by using 'cleos get code' command.
Error Details:
'{"from":"eosio","to":"eos.beijing","quantity":"10.0000 EOS","memo":"EOS"}' is invalid args for action 'transfer' code 'eosio'
Invalid cast from object_type to string

@imoonstal
Copy link

cleos push action YOUR_ACCOUNT transfer '["FROM_ACC","TO_ACC","0.1000 EOS",""]' -p YOUR_ACCOUNT

@yankunsam
Copy link
Contributor Author

@imoonstal "FROM_ACC"? The change on slim branch?

@imoonstal
Copy link

a account name.............

@imoonstal
Copy link

you must use contract named "eosio.system"

@taokayan
Copy link
Contributor

taokayan commented Jun 20, 2018

Please use code name "eosio.token" instead of "eosio" and ensure you have uploaded the eosio.token contract.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants