Skip to content

Commit

Permalink
Deploy RewardDistribution_Multisig in mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Dec 9, 2024
1 parent 8f09868 commit 0baaf4d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
42 changes: 41 additions & 1 deletion deployments/16718.json
Original file line number Diff line number Diff line change
Expand Up @@ -1774,5 +1774,45 @@
],
"deployTx": "0xb9778368eba50a55a4606d480ea3d6e4e572963b911096c949d7486fb3bdc377",
"fullyQualifiedName": "contracts/staking/token/LimitedTokenPoolsManager.sol:LimitedTokenPoolsManager"
},
"RewardDistribution_Multisig": {
"address": "0xF386Aa4140b862821e1B38C13d4bbFb3D23d0258",
"abi": [
"constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold, address owner)",
"event Confirmation(address indexed sender, uint256 indexed txId)",
"event Execution(uint256 indexed txId)",
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)",
"event Revocation(address indexed sender, uint256 indexed txId)",
"event SignerAddition(address indexed signer, bool isInitiator)",
"event SignerRemoval(address indexed signer)",
"event Submission(uint256 indexed txId)",
"event ThresholdChange(uint256 required)",
"function changeSigners(address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)",
"function changeThreshold(uint256 _threshold)",
"function checkBeforeSubmitTransaction(address destination, uint256 value, bytes data) payable",
"function confirmTransaction(uint256 txId)",
"function confirmations(uint256, address) view returns (bool)",
"function getConfirmations(uint256 txId) view returns (address[])",
"function getInitiatorsCount() view returns (uint256)",
"function getRequiredSignersCount() view returns (uint256)",
"function getSigners() view returns (address[], bool[])",
"function getTransactionData(uint256 txId) view returns (tuple(address destination, uint256 value, bytes data, bool executed), address[])",
"function getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] result)",
"function isConfirmed(uint256 txId) view returns (bool)",
"function isInitiator(address) view returns (bool)",
"function isSigner(address) view returns (bool)",
"function owner() view returns (address)",
"function renounceOwnership()",
"function revokeConfirmation(uint256 txId)",
"function signers(uint256) view returns (address)",
"function submitTransaction(address destination, uint256 value, bytes data) payable returns (uint256 txId)",
"function threshold() view returns (uint256)",
"function transactionCount() view returns (uint256)",
"function transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)",
"function transferOwnership(address newOwner)",
"function withdraw(address to, uint256 amount)"
],
"deployTx": "0x2684e0a5c46a2f5933c1fe70507490c970d121ea5d2a1c4a5a1cd77d4f0efaf8",
"fullyQualifiedName": "contracts/multisig/Multisig.sol:Multisig"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/airdao-node-contracts",
"version": "1.3.36",
"version": "1.3.37",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 0baaf4d

Please sign in to comment.