Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling a payable function with parameters #8

Closed
skywinder opened this issue Aug 26, 2018 · 2 comments
Closed

calling a payable function with parameters #8

skywinder opened this issue Aug 26, 2018 · 2 comments
Labels
question Further information is requested wait for reply

Comments

@skywinder
Copy link
Collaborator

From @ungaro on August 23, 2018 10:59

i'm struggling to find an example to use a payable function with parameters.

let's say i've an function in my Smart Contract:

    function doSomething(address[] _adresses, address[] _groups, uint[] _percentages)
        public
        payable
        returns(address) {

How do i call this SC and send ethers to it & pass parameters and get the return value?

Thanks.

Copied from original issue: BANKEX/web3swift#214

@skywinder
Copy link
Collaborator Author

From @shamatar on August 23, 2018 13:31

I’m no longer maintaining this repo, please move such questions to the new one.

@skywinder
Copy link
Collaborator Author

skywinder commented Nov 23, 2018

@ungaro Please, check our new documentation, here is well explained how to use library: https://github.com/matterinc/web3swift/blob/develop/Documentation/Usage.md
Feel free to reopen this issue, if still you have any questions. 👍

TonioMacaronio added a commit that referenced this issue Dec 21, 2018
Revert "Added erc777 precompiled contract"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wait for reply
Projects
None yet
Development

No branches or pull requests

1 participant