-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
263 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"MasterMultisig": { | ||
"address": "0x910d930e8c631913a28e9c761fc441f9C512c515", | ||
"abi": [ | ||
"constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold)", | ||
"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 changeOwners(address[] multisigs, address newOwner)", | ||
"function changeSigners(address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)", | ||
"function changeSignersMaster(tuple(address contract_, address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)[] changes)", | ||
"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 getAllSigners(address[] multisigs) view returns (tuple(address[] signers, bool[] isInitiatorFlags, uint256 threshold)[])", | ||
"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": "0xdcbca41afa7d633eb0635253ee48de5f0d54e8712ed6359e872db5812b544d9e", | ||
"fullyQualifiedName": "contracts/multisig/MasterMultisig.sol:MasterMultisig" | ||
}, | ||
"BondMarketplace_Multisig": { | ||
"address": "0x8a8ba89cb042A22C77e9Aa67C49A2d1FC7147726", | ||
"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": "0x0c742b18952946d39cd2aafe704609f07cdbcd685b1db2e4f40339f52b324bc3", | ||
"fullyQualifiedName": "contracts/multisig/Multisig.sol:Multisig" | ||
}, | ||
"BondMarketplace_RewardsBank": { | ||
"address": "0x46f21E8D94B1d53F3F97E3a8392FbE372ec1b87d", | ||
"abi": [ | ||
"constructor()", | ||
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)", | ||
"event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)", | ||
"event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)", | ||
"function DEFAULT_ADMIN_ROLE() view returns (bytes32)", | ||
"function getRoleAdmin(bytes32 role) view returns (bytes32)", | ||
"function grantRole(bytes32 role, address account)", | ||
"function hasRole(bytes32 role, address account) view returns (bool)", | ||
"function renounceRole(bytes32 role, address account)", | ||
"function revokeRole(bytes32 role, address account)", | ||
"function supportsInterface(bytes4 interfaceId) view returns (bool)", | ||
"function withdrawAmb(address addressTo, uint256 amount)", | ||
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)" | ||
], | ||
"deployTx": "0x28a86187af348de0c9317d901cabe571a98fafbe44730f146b419b053f593017", | ||
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.