From d5bdeb3a7ba30392d76d905ef73016324c9944d5 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Fri, 13 Oct 2023 12:10:42 +0200 Subject: [PATCH 01/10] feat: payload to claim second safe airdrop --- .../BIP-XXX-second_safe_airdrop_claim.json | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json diff --git a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json b/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json new file mode 100644 index 000000000..751e21c97 --- /dev/null +++ b/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json @@ -0,0 +1,98 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1697190543299, + "meta": { + "name": "Second SAFE Airdrop Claim", + "description": "", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "0xca98ac3ac5275fb6e421534148d11e0def245792ea23a64fc0d8ddd4468747b5", + "bipNumber": 132, + "author": "gosuto.eth" + }, + "transactions": [ + { + "to": "0xC0fde70A65C7569Fe919bE57492228DEE8cDb585", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "uint8", "name": "curveType", "type": "uint8" }, + { + "internalType": "uint16", + "name": "durationWeeks", + "type": "uint16" + }, + { "internalType": "uint64", "name": "startDate", "type": "uint64" }, + { "internalType": "uint128", "name": "amount", "type": "uint128" }, + { "internalType": "bytes32[]", "name": "proof", "type": "bytes32[]" } + ], + "name": "redeem", + "payable": false + }, + "contractInputsValues": { + "curveType": "0", + "durationWeeks": "208", + "startDate": "1662026400", + "amount": "5226757080486618000000", + "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" + } + }, + { + "to": "0xC0fde70A65C7569Fe919bE57492228DEE8cDb585", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "bytes32", "name": "vestingId", "type": "bytes32" }, + { + "internalType": "address", + "name": "beneficiary", + "type": "address" + }, + { + "internalType": "uint128", + "name": "tokensToClaim", + "type": "uint128" + } + ], + "name": "claimVestedTokensViaModule", + "payable": false + }, + "contractInputsValues": { + "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", + "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "tokensToClaim": "340282366920938463463374607431768211455" + } + }, + { + "to": "0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "name": "vestingId", "type": "bytes32", "internalType": "bytes32" }, + { + "name": "beneficiary", + "type": "address", + "internalType": "address" + }, + { + "name": "tokensToClaim", + "type": "uint128", + "internalType": "uint128" + } + ], + "name": "claimVestedTokensViaModule", + "payable": false + }, + "contractInputsValues": { + "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", + "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "tokensToClaim": "340282366920938463463374607431768211455" + } + } + ] +} From 799b4c670ef15d34b1fd84afec055b06b095446e Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Fri, 13 Oct 2023 10:12:49 +0000 Subject: [PATCH 02/10] Reformatted JSON files --- ...P-XXX-second_safe_airdrop_claim.report.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt diff --git a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt b/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt new file mode 100644 index 000000000..14977c317 --- /dev/null +++ b/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt @@ -0,0 +1,28 @@ +File name: BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json +COMMIT: `d5bdeb3a7ba30392d76d905ef73016324c9944d5` +CHAIN(S): `1` +``` ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ +| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | +| | | | "curveType": "0", | | | +| | | | "durationWeeks": "208", | | | +| | | | "startDate": "1662026400", | | | +| | | | "amount": "5226757080486618000000", | | | +| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | +| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | N/A | N/A | +| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +``` From e89474232c31f0d29058c92b3245eb33a8e04004 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Fri, 13 Oct 2023 12:24:03 +0200 Subject: [PATCH 03/10] fix: assign bip number --- ...=> BIP-454-second_safe_airdrop_claim.json} | 2 +- ...P-XXX-second_safe_airdrop_claim.report.txt | 28 ------------------- 2 files changed, 1 insertion(+), 29 deletions(-) rename BIPs/2023-W43/{BIP-XXX-second_safe_airdrop_claim.json => BIP-454-second_safe_airdrop_claim.json} (99%) delete mode 100644 BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt diff --git a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json b/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json similarity index 99% rename from BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json rename to BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json index 751e21c97..5f5d3b864 100644 --- a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json +++ b/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json @@ -9,7 +9,7 @@ "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", "createdFromOwnerAddress": "", "checksum": "0xca98ac3ac5275fb6e421534148d11e0def245792ea23a64fc0d8ddd4468747b5", - "bipNumber": 132, + "bipNumber": 454, "author": "gosuto.eth" }, "transactions": [ diff --git a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt b/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt deleted file mode 100644 index 14977c317..000000000 --- a/BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.report.txt +++ /dev/null @@ -1,28 +0,0 @@ -File name: BIPs/2023-W43/BIP-XXX-second_safe_airdrop_claim.json -COMMIT: `d5bdeb3a7ba30392d76d905ef73016324c9944d5` -CHAIN(S): `1` -``` -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ -| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | -| | | | "curveType": "0", | | | -| | | | "durationWeeks": "208", | | | -| | | | "startDate": "1662026400", | | | -| | | | "amount": "5226757080486618000000", | | | -| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | -| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | N/A | N/A | -| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -``` From aaa4541112796133879c5d18f4bdddeb682672be Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Fri, 13 Oct 2023 10:25:53 +0000 Subject: [PATCH 04/10] Reformatted JSON files --- ...P-454-second_safe_airdrop_claim.report.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt diff --git a/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt b/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt new file mode 100644 index 000000000..6b7c45d03 --- /dev/null +++ b/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt @@ -0,0 +1,28 @@ +File name: BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json +COMMIT: `e89474232c31f0d29058c92b3245eb33a8e04004` +CHAIN(S): `1` +``` ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ +| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "curveType": "0", | | | +| | | | "durationWeeks": "208", | | | +| | | | "startDate": "1662026400", | | | +| | | | "amount": "5226757080486618000000", | | | +| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +``` From 322de4943ff9df82b181bb8d6de575c6f953ab95 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Fri, 13 Oct 2023 14:08:22 +0200 Subject: [PATCH 05/10] chore: remove bip numbering for now --- .../BIP-XXX-second_safe_airdrop_claim.json} | 1 - ...P-454-second_safe_airdrop_claim.report.txt | 28 ------------------- 2 files changed, 29 deletions(-) rename BIPs/{2023-W43/BIP-454-second_safe_airdrop_claim.json => 00proposed/BIP-XXX-second_safe_airdrop_claim.json} (99%) delete mode 100644 BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt diff --git a/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json similarity index 99% rename from BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json rename to BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json index 5f5d3b864..1413b6295 100644 --- a/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json +++ b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json @@ -9,7 +9,6 @@ "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", "createdFromOwnerAddress": "", "checksum": "0xca98ac3ac5275fb6e421534148d11e0def245792ea23a64fc0d8ddd4468747b5", - "bipNumber": 454, "author": "gosuto.eth" }, "transactions": [ diff --git a/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt b/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt deleted file mode 100644 index 6b7c45d03..000000000 --- a/BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.report.txt +++ /dev/null @@ -1,28 +0,0 @@ -File name: BIPs/2023-W43/BIP-454-second_safe_airdrop_claim.json -COMMIT: `e89474232c31f0d29058c92b3245eb33a8e04004` -CHAIN(S): `1` -``` -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ -| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | -| | | | "curveType": "0", | | | -| | | | "durationWeeks": "208", | | | -| | | | "startDate": "1662026400", | | | -| | | | "amount": "5226757080486618000000", | | | -| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | -| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | BIP-454 | N/A | -| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -``` From aafdf80e60445976ab13b68328b20781881b2678 Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Fri, 13 Oct 2023 12:10:04 +0000 Subject: [PATCH 06/10] Reformatted JSON files --- ...P-XXX-second_safe_airdrop_claim.report.txt | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt diff --git a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt new file mode 100644 index 000000000..ef7d5c858 --- /dev/null +++ b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt @@ -0,0 +1,28 @@ +File name: BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json +COMMIT: `322de4943ff9df82b181bb8d6de575c6f953ab95` +CHAIN(S): `1` +``` ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ +| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | +| | | | "curveType": "0", | | | +| | | | "durationWeeks": "208", | | | +| | | | "startDate": "1662026400", | | | +| | | | "amount": "5226757080486618000000", | | | +| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | +| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | N/A | N/A | +| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +``` From b23eaba7be27b840e5a1d687cf4eaa463f62144a Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Fri, 13 Oct 2023 14:18:27 +0200 Subject: [PATCH 07/10] docs: better instructions for adding payload json --- README.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 55fdd1fe6..e4fc5502c 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,30 @@ ## Welcome to the Balancer Multisig Operations Repo + This repo is used to store payloads uploaded to the multisig, as well as any tooling used to generate such payloads. You can find a FAQ about snapshot handling here: [FAQ](FAQ.md) ## The Multisigs + Information about all of the Multisigs that the Maxis may load transactions into are in [multisigs.md](multisigs.md) ## Uploading transaction JSONs as part of Balancer Governance + Balancer Governance requires that a link to a PR request in this repo with a gnosis-safe transaction builder JSON is included. -PR's should be to include a single file named `BIP-XXX.json` in the `BIPs` directory where XXX is the number of the BIP. -Payloads are batched per week so the payload should be put into the `BIPs/YYYY-W##` to specify which week number/year it should run on. -Your file may be moved into a scheduled directory if it is not already in one. +- Set up a branch for your payload, but don't number the BIP yet. E.g. `bip-xxx-some_title` +- Place the payload in `BIP-XXX-some_title.json` in `BIPS/00proposed/` +- Open a PR with the title: "BIP-XXX: Some Title" +- Let the GitHub actions verify the payload file and generate a report of the payload + +A post can now be created on the forum with the title "BIP-XXX: Some Title" linking to this PR. -The PR should include the BIP title as it's commit/pr text. +Here is the minimal viable framework for a Balancer Governance acceptable payload -Here is the Minimal viable framework for a Balancer Governance acceptable payload ```json { "version": "1.0", - "chainId": "1", + "chainId": "1", "createdAt": 1685637015445, "meta": { "name": "Transactions Batch", @@ -31,39 +36,44 @@ Here is the Minimal viable framework for a Balancer Governance acceptable payloa "transactions": [] } ``` + All payloads MUST include the following in the global section: - `createdFromSafeAddress`: That matches a known balancer multisig - `chainId`: Must be the numeric chain ID of the chain to run on -- `bipNumber`: The BIP number of the governance that authorizes this change + +Note that the `bipNumber` will be added later, once the forum proposal has been assigned a number. You can provide more details in name and description if you want. The transaction list takes the format of a standard gnosis tx builder list. ### Examples + We are slowly developing a library of detailed examples for how to build BIP payloads based on common actions. These examples can be found [HERE](BIPs/00examples) +### Chainlink Upkeeps -### Chain Link Upkeeps -The Maxi's have started using Chain Link automation to automate some regular processes that don't need deep review. +The Maxi's have started using Chainlink automation to automate some regular processes that don't need deep review. Documentation of our various running keepers can be found in [chainlink_keepers](./chainlink_keepers) Chainlinks documation around this automation setup can be found [here](https://docs.chain.link/chainlink-automation/introduction). + ### Governance Process + Verbose and up-to-date docs about the balancer governance process can be found on [docs.balancer.fi](https://docs.balancer.fi/concepts/governance/) ### Fees and Bribs + - Check out the [Bribs](./Bribs) for artifacts from our Core Pools Fee redirection processes (BIP-19) - Check out [FeeSweep](./FeeSweep) for artifacts and info about our protocol fee processing activities -### Assorted tooling +### Assorted Tooling + - [tools](./tools) is a somewhat messy directory with a bunch of reports/automations and scripts we use to deal with the various workloads. - [action-scripts](./action-scripts) is where we build more final code and integrate more hashed out automations into github actions. - ### Need Help -You can contact Tritium, Solarcurve or any of the BAL Maxis on the Balancer Discord for help getting your JSON PR submitted. We can also just do it for you if that's what you'd prefer. - +You can contact Tritium, Solarcurve or any of the BAL Maxis on the Balancer Discord for help getting your JSON PR submitted. We can also just do it for you if that's what you'd prefer. From db80f8cbec4ff9588aee97fe9c64ffa3b1fa466c Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Fri, 13 Oct 2023 12:20:40 +0000 Subject: [PATCH 08/10] Reformatted JSON files --- BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt index ef7d5c858..82e65686d 100644 --- a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt +++ b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt @@ -1,5 +1,5 @@ File name: BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json -COMMIT: `322de4943ff9df82b181bb8d6de575c6f953ab95` +COMMIT: `b23eaba7be27b840e5a1d687cf4eaa463f62144a` CHAIN(S): `1` ``` +----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ From 9f18eec568437c73b220c4763f67f7a0153b53c8 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 18 Oct 2023 19:34:41 +0200 Subject: [PATCH 09/10] Assigned BIP ID and execution folder --- ...P-XXX-second_safe_airdrop_claim.report.txt | 28 ------------------- .../BIP-454.json} | 0 2 files changed, 28 deletions(-) delete mode 100644 BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt rename BIPs/{00proposed/BIP-XXX-second_safe_airdrop_claim.json => 2023-W42/BIP-454.json} (100%) diff --git a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt b/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt deleted file mode 100644 index 82e65686d..000000000 --- a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.report.txt +++ /dev/null @@ -1,28 +0,0 @@ -File name: BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json -COMMIT: `b23eaba7be27b840e5a1d687cf4eaa463f62144a` -CHAIN(S): `1` -``` -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ -| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | -| | | | "curveType": "0", | | | -| | | | "durationWeeks": "208", | | | -| | | | "startDate": "1662026400", | | | -| | | | "amount": "5226757080486618000000", | | | -| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | N/A | N/A | -| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | N/A | N/A | -| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | -| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | -| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | -| | | | } | | | -+----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ -``` diff --git a/BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json b/BIPs/2023-W42/BIP-454.json similarity index 100% rename from BIPs/00proposed/BIP-XXX-second_safe_airdrop_claim.json rename to BIPs/2023-W42/BIP-454.json From 9919d711080f4dd75d4e3fb61d03a426deeb364c Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 18 Oct 2023 17:37:15 +0000 Subject: [PATCH 10/10] Reformatted JSON files --- BIPs/2023-W42/BIP-454.report.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 BIPs/2023-W42/BIP-454.report.txt diff --git a/BIPs/2023-W42/BIP-454.report.txt b/BIPs/2023-W42/BIP-454.report.txt new file mode 100644 index 000000000..918a3937a --- /dev/null +++ b/BIPs/2023-W42/BIP-454.report.txt @@ -0,0 +1,28 @@ +File name: BIPs/2023-W42/BIP-454.json +COMMIT: `9f18eec568437c73b220c4763f67f7a0153b53c8` +CHAIN(S): `1` +``` ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++============================+========================================================+=========+==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+==============+============+ +| redeem | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "curveType": "0", | | | +| | | | "durationWeeks": "208", | | | +| | | | "startDate": "1662026400", | | | +| | | | "amount": "5226757080486618000000", | | | +| | | | "proof": "[0xe2c51661a283840fecf3cfaa9cc95b93aaebdcfe4a4f62a0162fd599ec039453,0xdb9970a77a4e031a8056c33c905b9bd7cb88d43da148aa11db63c72e39976469,0xec12235a00ca0e9020112e2e069d3a29906a9f70a80fb3402c3d9719233a1f8f,0x6e26f3cc44d2d3f9050512b419d95ca882f3a489ee043f4560e0fc02dedc790c,0x9c395ce5b3be7aa8f055358115b2a7ff6d0069612287527b732ac6bffb78851c,0x2284e66fa8327e7868bdaf84774ed78fc93583b206998a8fc95e540c8f639199,0x0475d4f9203785ad8e1d3911cc91e6b1cf687afbe672385b608fd67128dfb687,0x541dc2b261cfe6550a9ef0a1c8fcf63fc70c21c4a69726d519e383b0387db00d,0x24d9026ea0277bf122c85ebbd729b24c3c9a1e38f141a468d4ca736c4ed82c76,0x062565790f6e2dc017dc549fdfadc0bf055a1eca6452ec59e636c08bbb8294b6,0x875e2435fb36357427d33ac691ca01f2556dc3ff1425a6e460a742b1d6b58a61,0x14e29bb1ad35d88d686bf44b9274aef151bc01fe317beaacfc8cb30800a48023,0xe2b06e3ef3c26a6f4f600b9dd10fb39ce0edf9b7a68a9cfc3c823a9d1c674f0b,0xcdcda7e7a0107576ab65577d5d9ae431cfeec31a94a3da554b3b45f8a8dc4542]" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xC0fde70A65C7569Fe919bE57492228DEE8cDb585 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "vestingId": "0x7737be5963938ff3a68c4b15e6e5fe2517f8fa2e7256959fcd85982885d1d673", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +| claimVestedTokensViaModule | 0xA0b937D5c8E32a80E3a8ed4227CD020221544ee6 (Not Found) | 0 | { | BIP-454 | N/A | +| | | | "vestingId": "0x0348741aae78ee3ae9ac34b37e8dbc68753367eea275850c4208e3a040a91bbe", | | | +| | | | "beneficiary": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", | | | +| | | | "tokensToClaim": "340282366920938463463374607431768211455" | | | +| | | | } | | | ++----------------------------+--------------------------------------------------------+---------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+------------+ +```