/seth

STD Set in Solidity

Primary LanguageJavaScript

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.

Methods

  • insert: Insert new string to the set.
  • is_contains: To check whether the string is existing or not.