0.1.0 • Published 11 months ago

@aurox/smart-contract-monitoring v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Aurox smart contract monitoring library

Usage

import { verifyContract } from "@aurox/smart-contract-monitoring";

...

const contractAddress = "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48";
const result = await verifyContract(contractAddress);

// result will be one of these: "white" | "yellow" | "red" | "black" | null
0.1.0

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago