mesutgunay

Results 3 comments of mesutgunay

> Hi there, if you havent solved it yet, this is working fine for me. > > ``` > $contract = new Contract($web3->provider, $string); > $contract->at($contractAddress)->call('balanceOf', $address, function ($err, $account)...

i will try this; ``` $miniabi = array(array("constant"=>true, "inputs" =>array(array("name"=>"_owner","type"=>"address")), "name"=>"balanceOf", "outputs" =>array(array("name"=>"balance","type"=>"uint256")), "type"=>"function"), array("constant"=>true, "inputs" =>array(), "name"=>"decimals", "outputs" =>array(array("name"=>"","type"=>"uint8")), "type"=>"function") ); ``` Out put [ { "constant":true, "inputs":[{"name":"_owner","type":"address"}], "name":"balanceOf",...

> I suggest to get rid of this, switched to web3js. jose5958's not works either. can close now. **There was a problem with the string "abi.json". I fixed the situation....