Skip to content

Instantly share code, notes, and snippets.

View vetri02's full-sized avatar
🎯
Focusing

Vetrichelvan Jeyapalpandy vetri02

🎯
Focusing
View GitHub Profile
{
from: "0x8b1b0f049b9a7c76bd721b14d90359a3dee1f58d",
to: "0xF92C1ad75005E6436B4EE84e88cB23Ed8A290988",
value: 0,
data: "0xfc6f4e160000000000000000000000000d8775f648430679a709e98d2b0cb6250d2887ef0000000000000000000000006b175474e89094c44da98b954eedeac495271d0f0000000000000000000000000000000000000000000000004563918244f400000000000000000000000000000000000000000000000000000e2573b394edf84e000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000003a000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000003b9aca000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000f92c1ad75005e6436b4ee84e88cb23ed8a290988000000000000000000000000587044b74004e3d5ef2d453b7f8d198d9e4cb5580000000000000000000000000000000000000000000000000000000000000
validators.result.map(async item => {
const maticValidatorContract = new this.web3.eth.Contract(
maticABI,
item.contractAddress
);
const stakeManagerContractAddress = await maticValidatorContract.methods
.stakeManager()
.call()
.then(response => response);
@vetri02
vetri02 / cloudSettings
Created September 27, 2021 13:24
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-09-27T13:24:36.038Z","extensionVersion":"v3.4.3"}