npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@my-escrow/contracts

v0.2.1

Published

> TODO: description

Downloads

8

Readme

contracts

TODO: description TODO EIP 1167 (minimal proxy)

Usage

Run MythX security

env $(cat .env) truffle run verify

Migrate

env $(cat .env) npm run migrate:ropsten
env $(cat .env) npm run migrate:kovan

Concat contracts

npx truffle-flattener contracts/Contract.sol

Deployments

Kovan

> Compiled successfully using:
   - solc: 0.5.12+commit.7709ece9.Linux.g++



Starting migrations...
======================
> Network name:    'kovan'
> Network id:      42
> Block gas limit: 0x989680


1_initial_migration.js
======================

   Deploying 'Migrations'
   ----------------------
   > transaction hash:    0x39449f5512bfdb13cb9e291f65915c7348c5a51bd55ca36a5853cd9f86fbdb01
   > Blocks: 2            Seconds: 9
   > contract address:    0x3dDcf6a95dBd5b539F3677dBcC2DA56924a5af74
   > block number:        16315282
   > block timestamp:     1579823208
   > account:             0xF5B0149971eAb068D2d365ac9626d94A2AedceC4
   > balance:             1.99549526
   > gas used:            225237
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.00450474 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 1 (block: 16315283)
   > confirmation number: 3 (block: 16315285)

   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.00450474 ETH


2_deploy_contracts.js
=====================

   Deploying 'TwoPartyEscrowHub'
   -----------------------------
   > transaction hash:    0x3191124dc107f3148a9d763d76873a3e6a31868fafb3a7636f5d40106e798256
   > Blocks: 1            Seconds: 5
   > contract address:    0x66C16feCC3fDfF0eD879bcc69A70696064e57976
   > block number:        16315290
   > block timestamp:     1579823240
   > account:             0xF5B0149971eAb068D2d365ac9626d94A2AedceC4
   > balance:             1.91244884
   > gas used:            4109958
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.08219916 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 1 (block: 16315292)
   > confirmation number: 2 (block: 16315293)

   Deploying 'ThreePartyEscrowHub'
   -------------------------------
   > transaction hash:    0xa25f4f1fa7b94e43b90c31bdb3ade4b26ea60324d4fde09210a5eca4aa0837d9
   > Blocks: 2            Seconds: 9
   > contract address:    0x8E8d8B9F87c2F147d9360C84f764Efb36c743f7A
   > block number:        16315298
   > block timestamp:     1579823272
   > account:             0xF5B0149971eAb068D2d365ac9626d94A2AedceC4
   > balance:             1.80822672
   > gas used:            5211106
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.10422212 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 16315300)

   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.18642128 ETH


3_deploy_test_contracts.js
==========================

   Deploying 'TestToken'
   ---------------------
   > transaction hash:    0x7230614f5e9b03755c2e93587f751b50d199ebbcd1b30caf96d7a86cec7d880c
   > Blocks: 2            Seconds: 9
   > contract address:    0xF01e5c2efb6bD80956F085e724fA6a9925c8B02B
   > block number:        16315306
   > block timestamp:     1579823304
   > account:             0xF5B0149971eAb068D2d365ac9626d94A2AedceC4
   > balance:             1.78484688
   > gas used:            1141629
   > gas price:           20 gwei
   > value sent:          0 ETH
   > total cost:          0.02283258 ETH

   Pausing for 2 confirmations...
   ------------------------------
   > confirmation number: 2 (block: 16315308)

   > Saving migration to chain.
   > Saving artifacts
   -------------------------------------
   > Total cost:          0.02283258 ETH


4_fund_test_token.js
====================

   > Saving migration to chain.
   -------------------------------------
   > Total cost:                   0 ETH


Summary
=======
> Total deployments:   4
> Final cost:          0.2137586 ETH