Skip to content

Instantly share code, notes, and snippets.

View classchain's full-sized avatar

Arash Mardani classchain

View GitHub Profile
@classchain
classchain / contracts...TronMultiSigWallet.sol
Created February 16, 2026 05:50
Created using tron-ide: Realtime Tron Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at http://tronide.io/#version=soljson-v0.8.20+commit.5f1834b.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract TronMultiSigWallet {
event Deposit(address indexed sender, uint amount, uint balance);
event SubmitTransaction(
address indexed owner,
uint indexed txIndex,
address indexed to,
uint value,
@classchain
classchain / .git...HEAD
Created December 31, 2025 18:17
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.31+commit.fd3a2265.js&optimize=undefined&runs=200&gist=
ref: refs/heads/main