Skip to content

Commit e2cac02

Browse files
authored
Merge pull request #43 from ambrosus/feature/astradex-ecosystem-contracts
Add fee collector (rewards bank) for Astra Ecosystem
2 parents 14d6326 + 08af1b0 commit e2cac02

File tree

6 files changed

+8198
-5
lines changed

6 files changed

+8198
-5
lines changed

deployments/22040.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,26 @@
13181318
"deployTx": "0x91dcfdbe3cb1a0c7a0d7cb5f51a18e75fd4003cc40b35cd577d17962d2810fd9",
13191319
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
13201320
},
1321+
"Ecosystem_Astradex_ChronosFeeCollector": {
1322+
"address": "0x927ade9eF5a4A4B94E2eBcBcc84441d584c44d7D",
1323+
"abi": [
1324+
"constructor()",
1325+
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
1326+
"event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)",
1327+
"event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)",
1328+
"function DEFAULT_ADMIN_ROLE() view returns (bytes32)",
1329+
"function getRoleAdmin(bytes32 role) view returns (bytes32)",
1330+
"function grantRole(bytes32 role, address account)",
1331+
"function hasRole(bytes32 role, address account) view returns (bool)",
1332+
"function renounceRole(bytes32 role, address account)",
1333+
"function revokeRole(bytes32 role, address account)",
1334+
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
1335+
"function withdrawAmb(address addressTo, uint256 amount)",
1336+
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
1337+
],
1338+
"deployTx": "0x28b23ef153dd329d2786fab91a6a52c42b95495b5e10564ab7476eae825fa5a8",
1339+
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
1340+
},
13211341
"Ecosystem_Government_Multisig": {
13221342
"address": "0xCf457c3A00b2132241357C3b026C590909074837",
13231343
"abi": [

deployments/30746.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,26 @@
13171317
"deployTx": "0xce4c792d941f7b0a07fdad613be0ce4ed8f9378f5e49e3e0f711c62fcb0268da",
13181318
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
13191319
},
1320+
"Ecosystem_Astradex_ChronosFeeCollector": {
1321+
"address": "0x5346D8131Bf92B2C1647CEA2061d5aAE71CDAbfa",
1322+
"abi": [
1323+
"constructor()",
1324+
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
1325+
"event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)",
1326+
"event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)",
1327+
"function DEFAULT_ADMIN_ROLE() view returns (bytes32)",
1328+
"function getRoleAdmin(bytes32 role) view returns (bytes32)",
1329+
"function grantRole(bytes32 role, address account)",
1330+
"function hasRole(bytes32 role, address account) view returns (bool)",
1331+
"function renounceRole(bytes32 role, address account)",
1332+
"function revokeRole(bytes32 role, address account)",
1333+
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
1334+
"function withdrawAmb(address addressTo, uint256 amount)",
1335+
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
1336+
],
1337+
"deployTx": "0x3749534bd57b3a0bb5acb930dcb1e3ef5feb6087c6be69b6cad8d6a7c4d9a2dc",
1338+
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
1339+
},
13201340
"Ecosystem_Government_Multisig": {
13211341
"address": "0x44E2880c2d4f1b806FD106a209EEDf0e7dC9C4aE",
13221342
"abi": [
@@ -1662,4 +1682,4 @@
16621682
"fullyQualifiedName": "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy"
16631683
}
16641684
}
1665-
}
1685+
}

0 commit comments

Comments
 (0)