Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huyng12/seth
STD Set in Solidity
https://github.com/huyng12/seth
ethereum solidity
Last synced: 25 days ago
JSON representation
STD Set in Solidity
- Host: GitHub
- URL: https://github.com/huyng12/seth
- Owner: huyng12
- Created: 2021-11-07T16:36:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T02:58:54.000Z (almost 3 years ago)
- Last Synced: 2023-11-12T14:46:40.160Z (12 months ago)
- Topics: ethereum, solidity
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## seth: STD Set in Solidity
This repository is for educational purpose, please do not use in production.
### Contract
This smart contract is deployed on Ropsten Testnet.
- Contract address: `0x6D453Bb3C666f4A61a4A8b82289dA75283606136`
- Owner address: `0x6EC92DB105e80A875A33C239c6c52C4460031DeF`You can check out the transaction on [ropsten.etherscan](https://ropsten.etherscan.io/tx/0xf8ccf5e01760b8d50cb8aeb674d686d3c4887f7d188c391303b2d4f7574d29d1).
### Methods
- **insert**: Insert new string to the set.
- **is_contains**: To check whether the string is existing or not.