Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.