Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP-447D-Gnosis-USDC-Distribution #575

Merged
merged 7 commits into from
Oct 25, 2023
Merged

Conversation

Zen-Maxi
Copy link
Collaborator

Executes the final portion of the BIP spec. Further the Balancer Maxi’s are instructed to sweep all collected EURE/USDC fees earned as of October 15th to USDC a separate account. These fees will then be streamed as follows:

October 19th:
20% of total as direct incentives over the AURA platform on sDAI/EURe 20% of the total as direct incentives over the Balancer platform on sDAI/EURe

The remaining 60% of USDC will streamed in 2 weekly epochs extending from the end of the October 19th emissions.

Transaction steps: 1. LM Multisig 0x14969B55a675d13a1700F71A37511bc22D90155a acceptsOwnership of Injector 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9.
2. LM Multisig setRecipientList on Injector, passing sDAI/EURe gauge gaugeAddresses (address[])[0xBB2598b89202596A743BE0b615001D7D5164f167] amountsPerPeriod (uint256[]) [9979830058]
maxPeriods (uint8[])
[2]

  1. transfer [19959660116] 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (USDC) to 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 and

  2. [6653220039] to 0x6068eb7490748A1A49830B58524C002b545c1Ce2.

  3. Then approve 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 to spend 6653220039 USDC.

  4. To add USDC as a reward token the the gauge, the LM Multisig will interact with the AuthorizerAdaptorEntrypoint 0x8F42aDBbA1B16EaAE3BB5754915E0D06059aDd75 calling performAction of the sDAI/EURe gauge as target 0xBB2598b89202596A743BE0b615001D7D5164f167 and data bytes 0xe8de0d4d000000000000000000000000ddafbb505ad214d7b80b1f830fccc89b60fb7a8300000000000000000000000014969b55a675d13a1700f71a37511bc22d90155a.

  5. The LM Multisig will call deposit_reward_token on the gauge and pass _reward_token 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (USDC) and _amount 6653220039.

  6. The LM Multisig will set_reward_distributor to the injector for USDC. _reward_token 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 _distributor: 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9

Simulation: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/5c303f7c-c158-40d2-a9cd-b18d007a755e

Executes the final portion of the BIP spec. Further the Balancer Maxi’s are instructed to sweep all collected EURE/USDC fees earned as of October 15th to USDC a separate account. These fees will then be streamed as follows:

October 19th:
20% of total as direct incentives over the AURA platform on sDAI/EURe
20% of the total as direct incentives over the Balancer platform on sDAI/EURe

The remaining 60% of USDC will streamed in 2 weekly epochs extending from the end of the October 19th emissions.

Transaction steps: 1. LM Multisig 0x14969B55a675d13a1700F71A37511bc22D90155a acceptsOwnership of Injector 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9. 2. LM Multisig setRecipientList on Injector, passing sDAI/EURe gauge gaugeAddresses (address[])[0xBB2598b89202596A743BE0b615001D7D5164f167]
amountsPerPeriod (uint256[]) [9979830058]
maxPeriods (uint8[])
[2]
3. transfer [19959660116]  0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (USDC) to 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 and
4. [6653220039] to 0x6068eb7490748A1A49830B58524C002b545c1Ce2.

5. Then approve 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 to spend 6653220039 USDC.
6. To add USDC as a reward token the the gauge, the LM Multisig will interact with the AuthorizerAdaptorEntrypoint 0x8F42aDBbA1B16EaAE3BB5754915E0D06059aDd75 calling performAction of the sDAI/EURe gauge as target 0xBB2598b89202596A743BE0b615001D7D5164f167 and data bytes 0xe8de0d4d000000000000000000000000ddafbb505ad214d7b80b1f830fccc89b60fb7a8300000000000000000000000014969b55a675d13a1700f71a37511bc22d90155a.

7. The LM Multisig will call deposit_reward_token on the gauge and pass _reward_token 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (USDC) and _amount 6653220039.

8. The LM Multisig will set_reward_distributor to the injector for USDC. _reward_token 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 _distributor: 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9
Simulation: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/5c303f7c-c158-40d2-a9cd-b18d007a755e
@github-actions
Copy link
Contributor

BIP validation results for file BIPs/2023-W41/BIP-447D.json:
Commit: b314e030158fb6508e95a3d5f92352ccd8e2032c

+-------------------------------+--------+
|           Validator           | Result |
+-------------------------------+--------+
|     validate_contains_msig    |   OK   |
| validate_msig_in_address_book |   OK   |
|    validate_chain_specified   |   OK   |
|     validate_file_has_bip     |   OK   |
|  validate_path_has_weekly_dir |   OK   |
+-------------------------------+--------+

 add _to and _value as transfer inputs
 fail on gauge removes if we can't verify the first address as a contract on mainnet.
@github-actions
Copy link
Contributor

BIP validation results for file BIPs/2023-W41/BIP-447D.json:
Commit: 7ea56b75e49b94e8970de5f913deebd8e7f778f4

+-------------------------------+--------+
|           Validator           | Result |
+-------------------------------+--------+
|     validate_contains_msig    |   OK   |
| validate_msig_in_address_book |   OK   |
|    validate_chain_specified   |   OK   |
|     validate_file_has_bip     |   OK   |
|  validate_path_has_weekly_dir |   OK   |
+-------------------------------+--------+

@github-actions
Copy link
Contributor

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: 7ea56b75e49b94e8970de5f913deebd8e7f778f4
CHAIN(S): gnosis

+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| function   | token_symbol                                    | recipient                                      | amount                          | bip     |   tx_index |
+============+=================================================+================================================+=================================+=========+============+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 | 19959.660116 (RAW: 19959660116) | BIP-447 |          2 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x6068eb7490748A1A49830B58524C002b545c1Ce2 | 6653.220039 (RAW: 6653220039)   | BIP-447 |          3 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: 7ea56b75e49b94e8970de5f913deebd8e7f778f4
CHAIN(S): 100

+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| fx_name                | to                                                                                                              |   value | inputs                                                                                                                                                 | bip_number   | tx_index   |
+========================+=================================================================================================================+=========+========================================================================================================================================================+==============+============+
| acceptOwnership        | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (Not Found)                                                          |       0 | "N/A"                                                                                                                                                  | BIP-447      | N/A        |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| setRecipientList       | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "gaugeAddresses": [                                                                                                                                  |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "amountsPerPeriod": "[9979830058]",                                                                                                                  |              |            |
|                        |                                                                                                                 |         |   "maxPeriods": "[2]"                                                                                                                                  |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| approve                | 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_spender": [                                                                                                                                        |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_value": "6653220039"                                                                                                                               |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| performAction          | 0x8F42aDBbA1B16EaAE3BB5754915E0D06059aDd75 (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "target": [                                                                                                                                          |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "data": "0xe8de0d4d000000000000000000000000ddafbb505ad214d7b80b1f830fccc89b60fb7a8300000000000000000000000014969b55a675d13a1700f71a37511bc22d90155a" |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| deposit_reward_token   | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_amount": "6653220039"                                                                                                                              |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| set_reward_distributor | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_distributor": [                                                                                                                                    |              |            |
|                        |                                                                                                                 |         |     "0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ]                                                                                                                                                    |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+

@github-actions
Copy link
Contributor

BIP validation results for file BIPs/2023-W41/BIP-447D.json:
Commit: edd90518754a44be1c47c2906771dfa68f6b5d15

+-------------------------------+--------+
|           Validator           | Result |
+-------------------------------+--------+
|     validate_contains_msig    |   OK   |
| validate_msig_in_address_book |   OK   |
|    validate_chain_specified   |   OK   |
|     validate_file_has_bip     |   OK   |
|  validate_path_has_weekly_dir |   OK   |
+-------------------------------+--------+

@github-actions
Copy link
Contributor

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: edd90518754a44be1c47c2906771dfa68f6b5d15
CHAIN(S): gnosis

+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| function   | token_symbol                                    | recipient                                      | amount                          | bip     |   tx_index |
+============+=================================================+================================================+=================================+=========+============+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 | 19959.660116 (RAW: 19959660116) | BIP-447 |          2 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x6068eb7490748A1A49830B58524C002b545c1Ce2 | 6653.220039 (RAW: 6653220039)   | BIP-447 |          3 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: edd90518754a44be1c47c2906771dfa68f6b5d15
CHAIN(S): 100

+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| fx_name                | to                                                                                                              |   value | inputs                                                                                                                                                 | bip_number   | tx_index   |
+========================+=================================================================================================================+=========+========================================================================================================================================================+==============+============+
| acceptOwnership        | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector)            |       0 | "N/A"                                                                                                                                                  | BIP-447      | N/A        |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| setRecipientList       | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector)            |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "gaugeAddresses": [                                                                                                                                  |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "amountsPerPeriod": "[9979830058]",                                                                                                                  |              |            |
|                        |                                                                                                                 |         |   "maxPeriods": "[2]"                                                                                                                                  |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| approve                | 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_spender": [                                                                                                                                        |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_value": "6653220039"                                                                                                                               |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| performAction          | 0x8F42aDBbA1B16EaAE3BB5754915E0D06059aDd75 (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "target": [                                                                                                                                          |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "data": "0xe8de0d4d000000000000000000000000ddafbb505ad214d7b80b1f830fccc89b60fb7a8300000000000000000000000014969b55a675d13a1700f71a37511bc22d90155a" |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| deposit_reward_token   | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_amount": "6653220039"                                                                                                                              |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| set_reward_distributor | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_distributor": [                                                                                                                                    |              |            |
|                        |                                                                                                                 |         |     "0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector) "                                            |              |            |
|                        |                                                                                                                 |         |   ]                                                                                                                                                    |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+

@github-actions
Copy link
Contributor

BIP validation results for file BIPs/2023-W41/BIP-447D.json:
Commit: a1094500f7a081c6b9fe31a9bf09950791ba94eb

+-------------------------------+--------+
|           Validator           | Result |
+-------------------------------+--------+
|     validate_contains_msig    |   OK   |
| validate_msig_in_address_book |   OK   |
|    validate_chain_specified   |   OK   |
|     validate_file_has_bip     |   OK   |
|  validate_path_has_weekly_dir |   OK   |
+-------------------------------+--------+

@github-actions
Copy link
Contributor

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: a1094500f7a081c6b9fe31a9bf09950791ba94eb
CHAIN(S): gnosis

+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| function   | token_symbol                                    | recipient                                      | amount                          | bip     |   tx_index |
+============+=================================================+================================================+=================================+=========+============+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 | 19959.660116 (RAW: 19959660116) | BIP-447 |          2 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+
| transfer   | USDC:0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 | N/A:0x6068eb7490748A1A49830B58524C002b545c1Ce2 | 6653.220039 (RAW: 6653220039)   | BIP-447 |          3 |
+------------+-------------------------------------------------+------------------------------------------------+---------------------------------+---------+------------+

File name: BIPs/2023-W41/BIP-447D.json
COMMIT: a1094500f7a081c6b9fe31a9bf09950791ba94eb
CHAIN(S): 100

+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| fx_name                | to                                                                                                              |   value | inputs                                                                                                                                                 | bip_number   | tx_index   |
+========================+=================================================================================================================+=========+========================================================================================================================================================+==============+============+
| acceptOwnership        | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector)            |       0 | "N/A"                                                                                                                                                  | BIP-447      | N/A        |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| setRecipientList       | 0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector)            |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "gaugeAddresses": [                                                                                                                                  |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "amountsPerPeriod": "[9979830058]",                                                                                                                  |              |            |
|                        |                                                                                                                 |         |   "maxPeriods": "[2]"                                                                                                                                  |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| approve                | 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_spender": [                                                                                                                                        |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_value": "6653220039"                                                                                                                               |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| performAction          | 0x8F42aDBbA1B16EaAE3BB5754915E0D06059aDd75 (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "target": [                                                                                                                                          |              |            |
|                        |                                                                                                                 |         |     "0xBB2598b89202596A743BE0b615001D7D5164f167 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "data": "0xe8de0d4d000000000000000000000000ddafbb505ad214d7b80b1f830fccc89b60fb7a8300000000000000000000000014969b55a675d13a1700f71a37511bc22d90155a" |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| deposit_reward_token   | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_amount": "6653220039"                                                                                                                              |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+
| set_reward_distributor | 0xBB2598b89202596A743BE0b615001D7D5164f167 (Not Found)                                                          |       0 | {                                                                                                                                                      | BIP-447      | N/A        |
|                        |                                                                                                                 |         |   "_reward_token": [                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |     "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 (N/A) "                                                                                                |              |            |
|                        |                                                                                                                 |         |   ],                                                                                                                                                   |              |            |
|                        |                                                                                                                 |         |   "_distributor": [                                                                                                                                    |              |            |
|                        |                                                                                                                 |         |     "0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9 (maxiKeepers/gaugeRewardsInjectors/usdc_rewards_injector) "                                            |              |            |
|                        |                                                                                                                 |         |   ]                                                                                                                                                    |              |            |
|                        |                                                                                                                 |         | }                                                                                                                                                      |              |            |
+------------------------+-----------------------------------------------------------------------------------------------------------------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+

@Tritium-VLK Tritium-VLK merged commit 8eb76f8 into main Oct 25, 2023
@Tritium-VLK Tritium-VLK deleted the BIP-447D-Rewards-distribution branch November 27, 2023 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants