{"id":13747873,"url":"https://github.com/pipermerriam/ethereum-string-utils","last_synced_at":"2025-06-25T18:34:04.665Z","repository":{"id":37431467,"uuid":"44123145","full_name":"pipermerriam/ethereum-string-utils","owner":"pipermerriam","description":"String utility functions for ethereum contracts","archived":false,"fork":false,"pushed_at":"2015-10-13T02:50:38.000Z","size":103,"stargazers_count":40,"open_issues_count":2,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-30T15:44:42.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pipermerriam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-12T17:34:12.000Z","updated_at":"2024-03-14T18:00:35.000Z","dependencies_parsed_at":"2022-08-19T17:01:25.237Z","dependency_job_id":null,"html_url":"https://github.com/pipermerriam/ethereum-string-utils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipermerriam%2Fethereum-string-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipermerriam%2Fethereum-string-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipermerriam%2Fethereum-string-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipermerriam%2Fethereum-string-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pipermerriam","download_url":"https://codeload.github.com/pipermerriam/ethereum-string-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251734037,"owners_count":21635061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T07:00:27.176Z","updated_at":"2025-04-30T15:45:06.005Z","avatar_url":"https://github.com/pipermerriam.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Ethereum String Utils\n\nString Utility library for ethereum contracts.\n\nUsable as a library or to make direct calls against via `0xcca8353a18e7ab7b3d094ee1f9ddc91bdf2ca6a4`\n\nCompiled on OSX using solc version `0.1.5-23865e39` with the `--optimize` flag enabled.\n\n\n## API\n\n* `function uintToBytes(uint v) constant returns (bytes32 ret)`\n\nConverts an unsigned integer to it's string representation.\n\n\n```javascript\n\u003e stringUtils.uintToBytes(1234)\n\"1234\"\n```\n\n\n* `function bytesToUInt(uint v) constant returns (uint ret)`\n\nConverts a numeric string to it's unsigned integer representation.\n\n\n```javascript\n\u003e stringUtils.bytesToUInt(\"1234\")\n1234\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipermerriam%2Fethereum-string-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipermerriam%2Fethereum-string-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipermerriam%2Fethereum-string-utils/lists"}