Guest User

Untitled

a guest
Jul 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. DeployedContractAddress.call(bytes4(keccak256("get(address)")),0xfffff);
  2.  
  3. function get(address _address) public returns (uint256[]){
  4. for(uint i=0;i<n;i++){
  5. arr[address].push(i);
  6. }
  7. return (arr);
  8. }
Add Comment
Please, Sign In to add comment