@sentio/sdk 2.3.5 → 2.4.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/aptos/api.js +5 -1
- package/lib/aptos/api.js.map +1 -1
- package/lib/aptos/tests/aptos.test.js.map +1 -1
- package/lib/eth/account-processor.d.ts +2 -2
- package/lib/eth/account-processor.js +2 -2
- package/lib/eth/account-processor.js.map +1 -1
- package/lib/eth/builtin/eacaggregatorproxy.d.ts +2 -2
- package/lib/eth/builtin/eacaggregatorproxy.js +2 -2
- package/lib/eth/builtin/eacaggregatorproxy.js.map +1 -1
- package/lib/eth/builtin/erc1155.d.ts +2 -2
- package/lib/eth/builtin/erc1155.js +2 -2
- package/lib/eth/builtin/erc1155.js.map +1 -1
- package/lib/eth/builtin/erc20.d.ts +2 -2
- package/lib/eth/builtin/erc20.js +2 -2
- package/lib/eth/builtin/erc20.js.map +1 -1
- package/lib/eth/builtin/erc20bytes.d.ts +2 -2
- package/lib/eth/builtin/erc20bytes.js +2 -2
- package/lib/eth/builtin/erc20bytes.js.map +1 -1
- package/lib/eth/builtin/erc721.d.ts +2 -2
- package/lib/eth/builtin/erc721.js +2 -2
- package/lib/eth/builtin/erc721.js.map +1 -1
- package/lib/eth/builtin/internal/{eacaggregatorproxy_processor.d.ts → eacaggregatorproxy-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{eacaggregatorproxy_processor.js → eacaggregatorproxy-processor.js} +1 -1
- package/lib/eth/builtin/internal/{eacaggregatorproxy_processor.js.map → eacaggregatorproxy-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{eacaggregatorproxy_test-utils.d.ts → eacaggregatorproxy-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{eacaggregatorproxy_test-utils.js → eacaggregatorproxy-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{eacaggregatorproxy_test-utils.js.map → eacaggregatorproxy-test-utils.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc1155_processor.d.ts → erc1155-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc1155_processor.js → erc1155-processor.js} +1 -1
- package/lib/eth/builtin/internal/{erc1155_processor.js.map → erc1155-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc1155_test-utils.d.ts → erc1155-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc1155_test-utils.js → erc1155-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{erc1155_test-utils.js.map → erc1155-test-utils.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc20_processor.d.ts → erc20-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc20_processor.js → erc20-processor.js} +1 -1
- package/lib/eth/builtin/internal/{erc20_processor.js.map → erc20-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc20_test-utils.d.ts → erc20-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc20_test-utils.js → erc20-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{erc20_test-utils.js.map → erc20-test-utils.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc20bytes_processor.d.ts → erc20bytes-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc20bytes_processor.js → erc20bytes-processor.js} +1 -1
- package/lib/eth/builtin/internal/{erc20bytes_processor.js.map → erc20bytes-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc20bytes_test-utils.d.ts → erc20bytes-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc20bytes_test-utils.js → erc20bytes-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{erc20bytes_test-utils.js.map → erc20bytes-test-utils.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc721_processor.d.ts → erc721-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc721_processor.js → erc721-processor.js} +1 -1
- package/lib/eth/builtin/internal/{erc721_processor.js.map → erc721-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{erc721_test-utils.d.ts → erc721-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{erc721_test-utils.js → erc721-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{erc721_test-utils.js.map → erc721-test-utils.js.map} +1 -1
- package/lib/eth/builtin/internal/{weth9_processor.d.ts → weth9-processor.d.ts} +0 -0
- package/lib/eth/builtin/internal/{weth9_processor.js → weth9-processor.js} +1 -1
- package/lib/eth/builtin/internal/{weth9_processor.js.map → weth9-processor.js.map} +1 -1
- package/lib/eth/builtin/internal/{weth9_test-utils.d.ts → weth9-test-utils.d.ts} +0 -0
- package/lib/eth/builtin/internal/{weth9_test-utils.js → weth9-test-utils.js} +2 -2
- package/lib/eth/builtin/internal/{weth9_test-utils.js.map → weth9-test-utils.js.map} +1 -1
- package/lib/eth/builtin/weth9.d.ts +2 -2
- package/lib/eth/builtin/weth9.js +2 -2
- package/lib/eth/builtin/weth9.js.map +1 -1
- package/lib/eth/codegen/ethers-sentio.js +2 -2
- package/lib/eth/codegen/ethers-sentio.js.map +1 -1
- package/lib/eth/codegen/file.js +3 -3
- package/lib/eth/codegen/file.js.map +1 -1
- package/lib/eth/generic-processor.test.js.map +1 -1
- package/lib/eth/tests/account.test.d.ts +1 -0
- package/lib/eth/tests/account.test.js.map +1 -0
- package/lib/eth/tests/codegen.test.d.ts +1 -0
- package/lib/eth/tests/codegen.test.js.map +1 -0
- package/lib/eth/tests/erc20-template.test.d.ts +1 -0
- package/lib/eth/tests/erc20-template.test.js.map +1 -0
- package/lib/eth/tests/erc20.d.ts +1 -0
- package/lib/eth/tests/erc20.js +52 -0
- package/lib/eth/tests/erc20.js.map +1 -0
- package/lib/eth/tests/erc20.test.d.ts +1 -0
- package/lib/eth/tests/erc20.test.js.map +1 -0
- package/lib/eth/tests/error-capture.test.d.ts +1 -0
- package/lib/eth/tests/error-capture.test.js.map +1 -0
- package/lib/eth/tests/logger.test.d.ts +1 -0
- package/lib/eth/tests/logger.test.js.map +1 -0
- package/lib/eth/tests/types/anyswaprouter.d.ts +3 -0
- package/lib/eth/tests/types/anyswaprouter.js +7 -0
- package/lib/eth/tests/types/anyswaprouter.js.map +1 -0
- package/lib/eth/tests/types/commitmentpool.d.ts +3 -0
- package/lib/eth/tests/types/commitmentpool.js +7 -0
- package/lib/eth/tests/types/commitmentpool.js.map +1 -0
- package/lib/eth/tests/types/index.d.ts +12 -0
- package/lib/eth/tests/types/index.js +16 -0
- package/lib/eth/tests/types/index.js.map +1 -0
- package/lib/eth/tests/types/internal/AnyswapRouter.d.ts +122 -0
- package/lib/eth/tests/types/internal/AnyswapRouter.js +2 -0
- package/lib/eth/tests/types/internal/AnyswapRouter.js.map +1 -0
- package/lib/eth/tests/types/internal/CommitmentPool.d.ts +176 -0
- package/lib/eth/tests/types/internal/CommitmentPool.js +2 -0
- package/lib/eth/tests/types/internal/CommitmentPool.js.map +1 -0
- package/lib/eth/tests/types/internal/MembershipStakerV3.d.ts +81 -0
- package/lib/eth/tests/types/internal/MembershipStakerV3.js +2 -0
- package/lib/eth/tests/types/internal/MembershipStakerV3.js.map +1 -0
- package/lib/eth/tests/types/internal/Pyth.d.ts +204 -0
- package/lib/eth/tests/types/internal/Pyth.js +2 -0
- package/lib/eth/tests/types/internal/Pyth.js.map +1 -0
- package/lib/eth/tests/types/internal/Seaport.d.ts +350 -0
- package/lib/eth/tests/types/internal/Seaport.js +2 -0
- package/lib/eth/tests/types/internal/Seaport.js.map +1 -0
- package/lib/eth/tests/types/internal/TokenExchange.d.ts +128 -0
- package/lib/eth/tests/types/internal/TokenExchange.js +2 -0
- package/lib/eth/tests/types/internal/TokenExchange.js.map +1 -0
- package/lib/eth/tests/types/internal/anyswaprouter-processor.d.ts +463 -0
- package/lib/eth/tests/types/internal/anyswaprouter-processor.js +425 -0
- package/lib/eth/tests/types/internal/anyswaprouter-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/anyswaprouter-test-utils.d.ts +9 -0
- package/lib/eth/tests/types/internal/anyswaprouter-test-utils.js +124 -0
- package/lib/eth/tests/types/internal/anyswaprouter-test-utils.js.map +1 -0
- package/lib/eth/tests/types/internal/commitmentpool-processor.d.ts +348 -0
- package/lib/eth/tests/types/internal/commitmentpool-processor.js +607 -0
- package/lib/eth/tests/types/internal/commitmentpool-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/commitmentpool-test-utils.d.ts +9 -0
- package/lib/eth/tests/types/internal/commitmentpool-test-utils.js +87 -0
- package/lib/eth/tests/types/internal/commitmentpool-test-utils.js.map +1 -0
- package/lib/eth/tests/types/internal/common.d.ts +10 -0
- package/lib/eth/tests/types/internal/common.js +8 -0
- package/lib/eth/tests/types/internal/common.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/AnyswapRouter__factory.d.ts +988 -0
- package/lib/eth/tests/types/internal/factories/AnyswapRouter__factory.js +1269 -0
- package/lib/eth/tests/types/internal/factories/AnyswapRouter__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/CommitmentPool__factory.d.ts +792 -0
- package/lib/eth/tests/types/internal/factories/CommitmentPool__factory.js +1040 -0
- package/lib/eth/tests/types/internal/factories/CommitmentPool__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/MembershipStakerV3__factory.d.ts +549 -0
- package/lib/eth/tests/types/internal/factories/MembershipStakerV3__factory.js +721 -0
- package/lib/eth/tests/types/internal/factories/MembershipStakerV3__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/Pyth__factory.d.ts +1130 -0
- package/lib/eth/tests/types/internal/factories/Pyth__factory.js +1486 -0
- package/lib/eth/tests/types/internal/factories/Pyth__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/Seaport__factory.d.ts +2018 -0
- package/lib/eth/tests/types/internal/factories/Seaport__factory.js +2610 -0
- package/lib/eth/tests/types/internal/factories/Seaport__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/TokenExchange__factory.d.ts +651 -0
- package/lib/eth/tests/types/internal/factories/TokenExchange__factory.js +853 -0
- package/lib/eth/tests/types/internal/factories/TokenExchange__factory.js.map +1 -0
- package/lib/eth/tests/types/internal/factories/index.d.ts +6 -0
- package/lib/eth/tests/types/internal/factories/index.js +10 -0
- package/lib/eth/tests/types/internal/factories/index.js.map +1 -0
- package/lib/eth/tests/types/internal/index.d.ts +13 -0
- package/lib/eth/tests/types/internal/index.js +8 -0
- package/lib/eth/tests/types/internal/index.js.map +1 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-processor.d.ts +287 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-processor.js +596 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-test-utils.d.ts +11 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-test-utils.js +109 -0
- package/lib/eth/tests/types/internal/membershipstakerv3-test-utils.js.map +1 -0
- package/lib/eth/tests/types/internal/pyth-processor.d.ts +422 -0
- package/lib/eth/tests/types/internal/pyth-processor.js +890 -0
- package/lib/eth/tests/types/internal/pyth-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/pyth-test-utils.d.ts +13 -0
- package/lib/eth/tests/types/internal/pyth-test-utils.js +131 -0
- package/lib/eth/tests/types/internal/pyth-test-utils.js.map +1 -0
- package/lib/eth/tests/types/internal/seaport-processor.d.ts +211 -0
- package/lib/eth/tests/types/internal/seaport-processor.js +237 -0
- package/lib/eth/tests/types/internal/seaport-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/seaport-test-utils.d.ts +6 -0
- package/lib/eth/tests/types/internal/seaport-test-utils.js +61 -0
- package/lib/eth/tests/types/internal/seaport-test-utils.js.map +1 -0
- package/lib/eth/tests/types/internal/tokenexchange-processor.d.ts +334 -0
- package/lib/eth/tests/types/internal/tokenexchange-processor.js +667 -0
- package/lib/eth/tests/types/internal/tokenexchange-processor.js.map +1 -0
- package/lib/eth/tests/types/internal/tokenexchange-test-utils.d.ts +13 -0
- package/lib/eth/tests/types/internal/tokenexchange-test-utils.js +149 -0
- package/lib/eth/tests/types/internal/tokenexchange-test-utils.js.map +1 -0
- package/lib/eth/tests/types/membershipstakerv3.d.ts +3 -0
- package/lib/eth/tests/types/membershipstakerv3.js +7 -0
- package/lib/eth/tests/types/membershipstakerv3.js.map +1 -0
- package/lib/eth/tests/types/pyth.d.ts +3 -0
- package/lib/eth/tests/types/pyth.js +7 -0
- package/lib/eth/tests/types/pyth.js.map +1 -0
- package/lib/eth/tests/types/seaport.d.ts +3 -0
- package/lib/eth/tests/types/seaport.js +7 -0
- package/lib/eth/tests/types/seaport.js.map +1 -0
- package/lib/eth/tests/types/tokenexchange.d.ts +3 -0
- package/lib/eth/tests/types/tokenexchange.js +7 -0
- package/lib/eth/tests/types/tokenexchange.js.map +1 -0
- package/lib/solana/builtin/types.d.ts +8 -8
- package/lib/solana/tests/solana.test.js.map +1 -1
- package/lib/sui/sui-processor.js +2 -8
- package/lib/sui/sui-processor.js.map +1 -1
- package/lib/sui/tests/sui.test.js.map +1 -1
- package/lib/sui/utils.d.ts +2 -0
- package/lib/sui/utils.js +11 -0
- package/lib/sui/utils.js.map +1 -0
- package/lib/testing/aptos-facet.d.ts +12 -0
- package/lib/testing/aptos-facet.js +91 -0
- package/lib/testing/aptos-facet.js.map +1 -0
- package/lib/testing/eth-facet.d.ts +27 -0
- package/lib/testing/eth-facet.js +211 -0
- package/lib/testing/eth-facet.js.map +1 -0
- package/lib/testing/solana-facet.d.ts +7 -0
- package/lib/testing/solana-facet.js +22 -0
- package/lib/testing/solana-facet.js.map +1 -0
- package/lib/testing/sui-facet.d.ts +12 -0
- package/lib/testing/sui-facet.js +103 -0
- package/lib/testing/sui-facet.js.map +1 -0
- package/lib/testing/test-processor-server.d.ts +9 -23
- package/lib/testing/test-processor-server.js +13 -227
- package/lib/testing/test-processor-server.js.map +1 -1
- package/lib/utils/dex-price.js +1 -1
- package/lib/utils/dex-price.js.map +1 -1
- package/lib/utils/price.js +5 -1
- package/lib/utils/price.js.map +1 -1
- package/lib/utils/token.js +1 -1
- package/lib/utils/token.js.map +1 -1
- package/package.json +5 -6
- package/src/aptos/api.ts +5 -1
- package/src/eth/account-processor.ts +2 -5
- package/src/eth/builtin/eacaggregatorproxy.ts +2 -2
- package/src/eth/builtin/erc1155.ts +2 -2
- package/src/eth/builtin/erc20.ts +2 -2
- package/src/eth/builtin/erc20bytes.ts +2 -2
- package/src/eth/builtin/erc721.ts +2 -2
- package/src/eth/builtin/internal/{eacaggregatorproxy_processor.ts → eacaggregatorproxy-processor.ts} +0 -0
- package/src/eth/builtin/internal/{eacaggregatorproxy_test-utils.ts → eacaggregatorproxy-test-utils.ts} +1 -1
- package/src/eth/builtin/internal/{erc1155_processor.ts → erc1155-processor.ts} +0 -0
- package/src/eth/builtin/internal/{erc1155_test-utils.ts → erc1155-test-utils.ts} +1 -1
- package/src/eth/builtin/internal/{erc20_processor.ts → erc20-processor.ts} +0 -0
- package/src/eth/builtin/internal/{erc20_test-utils.ts → erc20-test-utils.ts} +1 -1
- package/src/eth/builtin/internal/{erc20bytes_processor.ts → erc20bytes-processor.ts} +0 -0
- package/src/eth/builtin/internal/{erc20bytes_test-utils.ts → erc20bytes-test-utils.ts} +1 -1
- package/src/eth/builtin/internal/{erc721_processor.ts → erc721-processor.ts} +0 -0
- package/src/eth/builtin/internal/{erc721_test-utils.ts → erc721-test-utils.ts} +1 -1
- package/src/eth/builtin/internal/{weth9_processor.ts → weth9-processor.ts} +0 -0
- package/src/eth/builtin/internal/{weth9_test-utils.ts → weth9-test-utils.ts} +1 -1
- package/src/eth/builtin/weth9.ts +2 -2
- package/src/eth/codegen/ethers-sentio.ts +2 -2
- package/src/eth/codegen/file.ts +3 -3
- package/src/eth/tests/abis/eth/CommitmentPool.json +1034 -0
- package/src/eth/tests/abis/eth/MembershipStakerV3.json +706 -0
- package/src/eth/tests/abis/eth/Pyth.json +1471 -0
- package/src/eth/tests/abis/eth/Seaport.json +2595 -0
- package/src/eth/tests/abis/eth/TokenExchange.json +838 -0
- package/src/eth/tests/abis/eth/anyswapRouter.json +490 -0
- package/src/eth/tests/erc20.ts +63 -0
- package/src/eth/tests/types/anyswaprouter.ts +7 -0
- package/src/eth/tests/types/commitmentpool.ts +7 -0
- package/src/eth/tests/types/index.ts +33 -0
- package/src/eth/tests/types/internal/AnyswapRouter.ts +122 -0
- package/src/eth/tests/types/internal/CommitmentPool.ts +208 -0
- package/src/eth/tests/types/internal/MembershipStakerV3.ts +108 -0
- package/src/eth/tests/types/internal/Pyth.ts +246 -0
- package/src/eth/tests/types/internal/Seaport.ts +389 -0
- package/src/eth/tests/types/internal/TokenExchange.ts +142 -0
- package/src/eth/tests/types/internal/anyswaprouter-processor.ts +1396 -0
- package/src/eth/tests/types/internal/anyswaprouter-test-utils.ts +187 -0
- package/src/eth/tests/types/internal/commitmentpool-processor.ts +1575 -0
- package/src/eth/tests/types/internal/commitmentpool-test-utils.ts +150 -0
- package/src/eth/tests/types/internal/common.ts +23 -0
- package/src/eth/tests/types/internal/factories/AnyswapRouter__factory.ts +1278 -0
- package/src/eth/tests/types/internal/factories/CommitmentPool__factory.ts +1049 -0
- package/src/eth/tests/types/internal/factories/MembershipStakerV3__factory.ts +730 -0
- package/src/eth/tests/types/internal/factories/Pyth__factory.ts +1492 -0
- package/src/eth/tests/types/internal/factories/Seaport__factory.ts +2616 -0
- package/src/eth/tests/types/internal/factories/TokenExchange__factory.ts +862 -0
- package/src/eth/tests/types/internal/factories/index.ts +9 -0
- package/src/eth/tests/types/internal/index.ts +16 -0
- package/src/eth/tests/types/internal/membershipstakerv3-processor.ts +1399 -0
- package/src/eth/tests/types/internal/membershipstakerv3-test-utils.ts +188 -0
- package/src/eth/tests/types/internal/pyth-processor.ts +2043 -0
- package/src/eth/tests/types/internal/pyth-test-utils.ts +226 -0
- package/src/eth/tests/types/internal/seaport-processor.ts +678 -0
- package/src/eth/tests/types/internal/seaport-test-utils.ts +100 -0
- package/src/eth/tests/types/internal/tokenexchange-processor.ts +1570 -0
- package/src/eth/tests/types/internal/tokenexchange-test-utils.ts +244 -0
- package/src/eth/tests/types/membershipstakerv3.ts +7 -0
- package/src/eth/tests/types/pyth.ts +7 -0
- package/src/eth/tests/types/seaport.ts +7 -0
- package/src/eth/tests/types/tokenexchange.ts +7 -0
- package/src/sui/sui-processor.ts +2 -7
- package/src/sui/utils.ts +11 -0
- package/src/testing/aptos-facet.ts +111 -0
- package/src/testing/eth-facet.ts +233 -0
- package/src/testing/solana-facet.ts +25 -0
- package/src/testing/sui-facet.ts +119 -0
- package/src/testing/test-processor-server.ts +15 -252
- package/src/utils/dex-price.ts +1 -1
- package/src/utils/price.ts +5 -1
- package/src/utils/token.ts +1 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenExchange__factory.js","sourceRoot":"","sources":["../../../../../../src/eth/tests/types/internal/factories/TokenExchange__factory.ts"],"names":[],"mappings":"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","sourcesContent":["/* Autogenerated file. Do not edit manually. */\n/* tslint:disable */\n/* eslint-disable */\n// @ts-nocheck\n\nimport { Contract, Signer, Provider, Interface } from \"ethers\";\nimport type {\n TokenExchange,\n TokenExchangeInterface,\n} from \"../TokenExchange.js\";\n\nconst _abi = [\n {\n name: \"TokenExchange\",\n inputs: [\n {\n type: \"address\",\n name: \"buyer\",\n indexed: true,\n },\n {\n type: \"int128\",\n name: \"sold_id\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"tokens_sold\",\n indexed: false,\n },\n {\n type: \"int128\",\n name: \"bought_id\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"tokens_bought\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"AddLiquidity\",\n inputs: [\n {\n type: \"address\",\n name: \"provider\",\n indexed: true,\n },\n {\n type: \"uint256[3]\",\n name: \"token_amounts\",\n indexed: false,\n },\n {\n type: \"uint256[3]\",\n name: \"fees\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"invariant\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"token_supply\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"RemoveLiquidity\",\n inputs: [\n {\n type: \"address\",\n name: \"provider\",\n indexed: true,\n },\n {\n type: \"uint256[3]\",\n name: \"token_amounts\",\n indexed: false,\n },\n {\n type: \"uint256[3]\",\n name: \"fees\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"token_supply\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"RemoveLiquidityOne\",\n inputs: [\n {\n type: \"address\",\n name: \"provider\",\n indexed: true,\n },\n {\n type: \"uint256\",\n name: \"token_amount\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"coin_amount\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"RemoveLiquidityImbalance\",\n inputs: [\n {\n type: \"address\",\n name: \"provider\",\n indexed: true,\n },\n {\n type: \"uint256[3]\",\n name: \"token_amounts\",\n indexed: false,\n },\n {\n type: \"uint256[3]\",\n name: \"fees\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"invariant\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"token_supply\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"CommitNewAdmin\",\n inputs: [\n {\n type: \"uint256\",\n name: \"deadline\",\n indexed: true,\n },\n {\n type: \"address\",\n name: \"admin\",\n indexed: true,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"NewAdmin\",\n inputs: [\n {\n type: \"address\",\n name: \"admin\",\n indexed: true,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"CommitNewFee\",\n inputs: [\n {\n type: \"uint256\",\n name: \"deadline\",\n indexed: true,\n },\n {\n type: \"uint256\",\n name: \"fee\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"admin_fee\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"NewFee\",\n inputs: [\n {\n type: \"uint256\",\n name: \"fee\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"admin_fee\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"RampA\",\n inputs: [\n {\n type: \"uint256\",\n name: \"old_A\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"new_A\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"initial_time\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"future_time\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n name: \"StopRampA\",\n inputs: [\n {\n type: \"uint256\",\n name: \"A\",\n indexed: false,\n },\n {\n type: \"uint256\",\n name: \"t\",\n indexed: false,\n },\n ],\n anonymous: false,\n type: \"event\",\n },\n {\n outputs: [],\n inputs: [\n {\n type: \"address\",\n name: \"_owner\",\n },\n {\n type: \"address[3]\",\n name: \"_coins\",\n },\n {\n type: \"address\",\n name: \"_pool_token\",\n },\n {\n type: \"uint256\",\n name: \"_A\",\n },\n {\n type: \"uint256\",\n name: \"_fee\",\n },\n {\n type: \"uint256\",\n name: \"_admin_fee\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"constructor\",\n },\n {\n name: \"A\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 5227,\n },\n {\n name: \"get_virtual_price\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 1133537,\n },\n {\n name: \"calc_token_amount\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"uint256[3]\",\n name: \"amounts\",\n },\n {\n type: \"bool\",\n name: \"deposit\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 4508776,\n },\n {\n name: \"add_liquidity\",\n outputs: [],\n inputs: [\n {\n type: \"uint256[3]\",\n name: \"amounts\",\n },\n {\n type: \"uint256\",\n name: \"min_mint_amount\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 6954858,\n },\n {\n name: \"get_dy\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"int128\",\n name: \"i\",\n },\n {\n type: \"int128\",\n name: \"j\",\n },\n {\n type: \"uint256\",\n name: \"dx\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2673791,\n },\n {\n name: \"get_dy_underlying\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"int128\",\n name: \"i\",\n },\n {\n type: \"int128\",\n name: \"j\",\n },\n {\n type: \"uint256\",\n name: \"dx\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2673474,\n },\n {\n name: \"exchange\",\n outputs: [],\n inputs: [\n {\n type: \"int128\",\n name: \"i\",\n },\n {\n type: \"int128\",\n name: \"j\",\n },\n {\n type: \"uint256\",\n name: \"dx\",\n },\n {\n type: \"uint256\",\n name: \"min_dy\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 2818066,\n },\n {\n name: \"remove_liquidity\",\n outputs: [],\n inputs: [\n {\n type: \"uint256\",\n name: \"_amount\",\n },\n {\n type: \"uint256[3]\",\n name: \"min_amounts\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 192846,\n },\n {\n name: \"remove_liquidity_imbalance\",\n outputs: [],\n inputs: [\n {\n type: \"uint256[3]\",\n name: \"amounts\",\n },\n {\n type: \"uint256\",\n name: \"max_burn_amount\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 6951851,\n },\n {\n name: \"calc_withdraw_one_coin\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"uint256\",\n name: \"_token_amount\",\n },\n {\n type: \"int128\",\n name: \"i\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 1102,\n },\n {\n name: \"remove_liquidity_one_coin\",\n outputs: [],\n inputs: [\n {\n type: \"uint256\",\n name: \"_token_amount\",\n },\n {\n type: \"int128\",\n name: \"i\",\n },\n {\n type: \"uint256\",\n name: \"min_amount\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 4025523,\n },\n {\n name: \"ramp_A\",\n outputs: [],\n inputs: [\n {\n type: \"uint256\",\n name: \"_future_A\",\n },\n {\n type: \"uint256\",\n name: \"_future_time\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 151919,\n },\n {\n name: \"stop_ramp_A\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 148637,\n },\n {\n name: \"commit_new_fee\",\n outputs: [],\n inputs: [\n {\n type: \"uint256\",\n name: \"new_fee\",\n },\n {\n type: \"uint256\",\n name: \"new_admin_fee\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 110461,\n },\n {\n name: \"apply_new_fee\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 97242,\n },\n {\n name: \"revert_new_parameters\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 21895,\n },\n {\n name: \"commit_transfer_ownership\",\n outputs: [],\n inputs: [\n {\n type: \"address\",\n name: \"_owner\",\n },\n ],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 74572,\n },\n {\n name: \"apply_transfer_ownership\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 60710,\n },\n {\n name: \"revert_transfer_ownership\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 21985,\n },\n {\n name: \"admin_balances\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"uint256\",\n name: \"i\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 3481,\n },\n {\n name: \"withdraw_admin_fees\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 21502,\n },\n {\n name: \"donate_admin_fees\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 111389,\n },\n {\n name: \"kill_me\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 37998,\n },\n {\n name: \"unkill_me\",\n outputs: [],\n inputs: [],\n stateMutability: \"nonpayable\",\n type: \"function\",\n gas: 22135,\n },\n {\n name: \"coins\",\n outputs: [\n {\n type: \"address\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"uint256\",\n name: \"arg0\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2220,\n },\n {\n name: \"balances\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [\n {\n type: \"uint256\",\n name: \"arg0\",\n },\n ],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2250,\n },\n {\n name: \"fee\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2171,\n },\n {\n name: \"admin_fee\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2201,\n },\n {\n name: \"owner\",\n outputs: [\n {\n type: \"address\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2231,\n },\n {\n name: \"initial_A\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2261,\n },\n {\n name: \"future_A\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2291,\n },\n {\n name: \"initial_A_time\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2321,\n },\n {\n name: \"future_A_time\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2351,\n },\n {\n name: \"admin_actions_deadline\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2381,\n },\n {\n name: \"transfer_ownership_deadline\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2411,\n },\n {\n name: \"future_fee\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2441,\n },\n {\n name: \"future_admin_fee\",\n outputs: [\n {\n type: \"uint256\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2471,\n },\n {\n name: \"future_owner\",\n outputs: [\n {\n type: \"address\",\n name: \"\",\n },\n ],\n inputs: [],\n stateMutability: \"view\",\n type: \"function\",\n gas: 2501,\n },\n] as const;\n\nexport class TokenExchange__factory {\n static readonly abi = _abi;\n static createInterface(): TokenExchangeInterface {\n return new Interface(_abi) as TokenExchangeInterface;\n }\n static connect(\n address: string,\n signerOrProvider: Signer | Provider\n ): TokenExchange {\n return new Contract(address, _abi, signerOrProvider) as TokenExchange;\n }\n}\n"]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { CommitmentPool__factory } from "./CommitmentPool__factory.js";
|
|
2
|
+
export { MembershipStakerV3__factory } from "./MembershipStakerV3__factory.js";
|
|
3
|
+
export { Pyth__factory } from "./Pyth__factory.js";
|
|
4
|
+
export { Seaport__factory } from "./Seaport__factory.js";
|
|
5
|
+
export { TokenExchange__factory } from "./TokenExchange__factory.js";
|
|
6
|
+
export { AnyswapRouter__factory } from "./AnyswapRouter__factory.js";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
export { CommitmentPool__factory } from "./CommitmentPool__factory.js";
|
|
5
|
+
export { MembershipStakerV3__factory } from "./MembershipStakerV3__factory.js";
|
|
6
|
+
export { Pyth__factory } from "./Pyth__factory.js";
|
|
7
|
+
export { Seaport__factory } from "./Seaport__factory.js";
|
|
8
|
+
export { TokenExchange__factory } from "./TokenExchange__factory.js";
|
|
9
|
+
export { AnyswapRouter__factory } from "./AnyswapRouter__factory.js";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/eth/tests/types/internal/factories/index.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC","sourcesContent":["/* Autogenerated file. Do not edit manually. */\n/* tslint:disable */\n/* eslint-disable */\nexport { CommitmentPool__factory } from \"./CommitmentPool__factory.js\";\nexport { MembershipStakerV3__factory } from \"./MembershipStakerV3__factory.js\";\nexport { Pyth__factory } from \"./Pyth__factory.js\";\nexport { Seaport__factory } from \"./Seaport__factory.js\";\nexport { TokenExchange__factory } from \"./TokenExchange__factory.js\";\nexport { AnyswapRouter__factory } from \"./AnyswapRouter__factory.js\";\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export type { CommitmentPool } from "./CommitmentPool.js";
|
|
2
|
+
export type { MembershipStakerV3 } from "./MembershipStakerV3.js";
|
|
3
|
+
export type { Pyth } from "./Pyth.js";
|
|
4
|
+
export type { Seaport } from "./Seaport.js";
|
|
5
|
+
export type { TokenExchange } from "./TokenExchange.js";
|
|
6
|
+
export type { AnyswapRouter } from "./AnyswapRouter.js";
|
|
7
|
+
export * as factories from "./factories/index.js";
|
|
8
|
+
export { CommitmentPool__factory } from "./factories/CommitmentPool__factory.js";
|
|
9
|
+
export { MembershipStakerV3__factory } from "./factories/MembershipStakerV3__factory.js";
|
|
10
|
+
export { Pyth__factory } from "./factories/Pyth__factory.js";
|
|
11
|
+
export { Seaport__factory } from "./factories/Seaport__factory.js";
|
|
12
|
+
export { TokenExchange__factory } from "./factories/TokenExchange__factory.js";
|
|
13
|
+
export { AnyswapRouter__factory } from "./factories/AnyswapRouter__factory.js";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * as factories from "./factories/index.js";
|
|
2
|
+
export { CommitmentPool__factory } from "./factories/CommitmentPool__factory.js";
|
|
3
|
+
export { MembershipStakerV3__factory } from "./factories/MembershipStakerV3__factory.js";
|
|
4
|
+
export { Pyth__factory } from "./factories/Pyth__factory.js";
|
|
5
|
+
export { Seaport__factory } from "./factories/Seaport__factory.js";
|
|
6
|
+
export { TokenExchange__factory } from "./factories/TokenExchange__factory.js";
|
|
7
|
+
export { AnyswapRouter__factory } from "./factories/AnyswapRouter__factory.js";
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/eth/tests/types/internal/index.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AACjF,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC","sourcesContent":["/* Autogenerated file. Do not edit manually. */\n/* tslint:disable */\n/* eslint-disable */\nexport type { CommitmentPool } from \"./CommitmentPool.js\";\nexport type { MembershipStakerV3 } from \"./MembershipStakerV3.js\";\nexport type { Pyth } from \"./Pyth.js\";\nexport type { Seaport } from \"./Seaport.js\";\nexport type { TokenExchange } from \"./TokenExchange.js\";\nexport type { AnyswapRouter } from \"./AnyswapRouter.js\";\nexport * as factories from \"./factories/index.js\";\nexport { CommitmentPool__factory } from \"./factories/CommitmentPool__factory.js\";\nexport { MembershipStakerV3__factory } from \"./factories/MembershipStakerV3__factory.js\";\nexport { Pyth__factory } from \"./factories/Pyth__factory.js\";\nexport { Seaport__factory } from \"./factories/Seaport__factory.js\";\nexport { TokenExchange__factory } from \"./factories/TokenExchange__factory.js\";\nexport { AnyswapRouter__factory } from \"./factories/AnyswapRouter__factory.js\";\n"]}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
import { BigNumberish, Overrides, BytesLike } from "ethers";
|
|
2
|
+
import { Networkish } from "ethers/providers";
|
|
3
|
+
import { Trace, BindOptions, BaseProcessor, BaseProcessorTemplate, BoundContractView, ContractContext, ContractView, TypedCallTrace } from "@sentio/sdk/eth";
|
|
4
|
+
import { EthFetchConfig } from "@sentio/protos";
|
|
5
|
+
import { MembershipStakerV3 } from "./index.js";
|
|
6
|
+
import { AdminChangedEvent, AdminChangedEventFilter, BeaconUpgradedEvent, BeaconUpgradedEventFilter, HarvestEvent, HarvestEventFilter, MembershipStakedEvent, MembershipStakedEventFilter, MembershipUnstakedEvent, MembershipUnstakedEventFilter, OwnershipTransferredEvent, OwnershipTransferredEventFilter, RyoshiStakedEvent, RyoshiStakedEventFilter, RyoshiUnstakedEvent, RyoshiUnstakedEventFilter, UpgradedEvent, UpgradedEventFilter } from "./MembershipStakerV3.js";
|
|
7
|
+
export interface AmountRyoshiStakedCallObject {
|
|
8
|
+
_address: string;
|
|
9
|
+
}
|
|
10
|
+
export type AmountRyoshiStakedCallTrace = TypedCallTrace<[
|
|
11
|
+
string
|
|
12
|
+
], AmountRyoshiStakedCallObject> & Trace;
|
|
13
|
+
export interface AmountStakedCallObject {
|
|
14
|
+
staker: string;
|
|
15
|
+
}
|
|
16
|
+
export type AmountStakedCallTrace = TypedCallTrace<[
|
|
17
|
+
string
|
|
18
|
+
], AmountStakedCallObject> & Trace;
|
|
19
|
+
export interface CompletedPoolCallObject {
|
|
20
|
+
}
|
|
21
|
+
export type CompletedPoolCallTrace = TypedCallTrace<[
|
|
22
|
+
], CompletedPoolCallObject> & Trace;
|
|
23
|
+
export interface CurPoolCallObject {
|
|
24
|
+
}
|
|
25
|
+
export type CurPoolCallTrace = TypedCallTrace<[], CurPoolCallObject> & Trace;
|
|
26
|
+
export interface CurrentPoolIdCallObject {
|
|
27
|
+
}
|
|
28
|
+
export type CurrentPoolIdCallTrace = TypedCallTrace<[
|
|
29
|
+
], CurrentPoolIdCallObject> & Trace;
|
|
30
|
+
export interface CurrentStakedCallObject {
|
|
31
|
+
}
|
|
32
|
+
export type CurrentStakedCallTrace = TypedCallTrace<[
|
|
33
|
+
], CurrentStakedCallObject> & Trace;
|
|
34
|
+
export interface EndInitPeriodCallObject {
|
|
35
|
+
}
|
|
36
|
+
export type EndInitPeriodCallTrace = TypedCallTrace<[
|
|
37
|
+
], EndInitPeriodCallObject> & Trace;
|
|
38
|
+
export interface EpochLengthCallObject {
|
|
39
|
+
}
|
|
40
|
+
export type EpochLengthCallTrace = TypedCallTrace<[], EpochLengthCallObject> & Trace;
|
|
41
|
+
export interface GetReleasedRewardCallObject {
|
|
42
|
+
_address: string;
|
|
43
|
+
}
|
|
44
|
+
export type GetReleasedRewardCallTrace = TypedCallTrace<[
|
|
45
|
+
string
|
|
46
|
+
], GetReleasedRewardCallObject> & Trace;
|
|
47
|
+
export interface GetRewardCallObject {
|
|
48
|
+
_address: string;
|
|
49
|
+
}
|
|
50
|
+
export type GetRewardCallTrace = TypedCallTrace<[string], GetRewardCallObject> & Trace;
|
|
51
|
+
export interface HarvestCallObject {
|
|
52
|
+
_address: string;
|
|
53
|
+
}
|
|
54
|
+
export type HarvestCallTrace = TypedCallTrace<[string], HarvestCallObject> & Trace;
|
|
55
|
+
export interface InitializeCallObject {
|
|
56
|
+
_memberships: string;
|
|
57
|
+
}
|
|
58
|
+
export type InitializeCallTrace = TypedCallTrace<[
|
|
59
|
+
string
|
|
60
|
+
], InitializeCallObject> & Trace;
|
|
61
|
+
export interface NameCallObject {
|
|
62
|
+
}
|
|
63
|
+
export type NameCallTrace = TypedCallTrace<[], NameCallObject> & Trace;
|
|
64
|
+
export interface OnERC1155BatchReceivedCallObject {
|
|
65
|
+
}
|
|
66
|
+
export type OnERC1155BatchReceivedCallTrace = TypedCallTrace<[
|
|
67
|
+
string,
|
|
68
|
+
string,
|
|
69
|
+
bigint[],
|
|
70
|
+
bigint[],
|
|
71
|
+
string
|
|
72
|
+
], OnERC1155BatchReceivedCallObject> & Trace;
|
|
73
|
+
export interface OnERC1155ReceivedCallObject {
|
|
74
|
+
operator: string;
|
|
75
|
+
}
|
|
76
|
+
export type OnERC1155ReceivedCallTrace = TypedCallTrace<[
|
|
77
|
+
string,
|
|
78
|
+
string,
|
|
79
|
+
bigint,
|
|
80
|
+
bigint,
|
|
81
|
+
string
|
|
82
|
+
], OnERC1155ReceivedCallObject> & Trace;
|
|
83
|
+
export interface OwnerCallObject {
|
|
84
|
+
}
|
|
85
|
+
export type OwnerCallTrace = TypedCallTrace<[], OwnerCallObject> & Trace;
|
|
86
|
+
export interface PeriodEndCallObject {
|
|
87
|
+
}
|
|
88
|
+
export type PeriodEndCallTrace = TypedCallTrace<[], PeriodEndCallObject> & Trace;
|
|
89
|
+
export interface PoolBalanceCallObject {
|
|
90
|
+
}
|
|
91
|
+
export type PoolBalanceCallTrace = TypedCallTrace<[], PoolBalanceCallObject> & Trace;
|
|
92
|
+
export interface PoolsCallObject {
|
|
93
|
+
}
|
|
94
|
+
export type PoolsCallTrace = TypedCallTrace<[bigint], PoolsCallObject> & Trace;
|
|
95
|
+
export interface RenounceOwnershipCallObject {
|
|
96
|
+
}
|
|
97
|
+
export type RenounceOwnershipCallTrace = TypedCallTrace<[
|
|
98
|
+
], RenounceOwnershipCallObject> & Trace;
|
|
99
|
+
export interface RewardsIdCallObject {
|
|
100
|
+
}
|
|
101
|
+
export type RewardsIdCallTrace = TypedCallTrace<[], RewardsIdCallObject> & Trace;
|
|
102
|
+
export interface RewardsPaidCallObject {
|
|
103
|
+
}
|
|
104
|
+
export type RewardsPaidCallTrace = TypedCallTrace<[], RewardsPaidCallObject> & Trace;
|
|
105
|
+
export interface SetEpochLengthCallObject {
|
|
106
|
+
_length: bigint;
|
|
107
|
+
}
|
|
108
|
+
export type SetEpochLengthCallTrace = TypedCallTrace<[
|
|
109
|
+
bigint
|
|
110
|
+
], SetEpochLengthCallObject> & Trace;
|
|
111
|
+
export interface SetRyoshiVIPCallObject {
|
|
112
|
+
_address: string;
|
|
113
|
+
}
|
|
114
|
+
export type SetRyoshiVIPCallTrace = TypedCallTrace<[
|
|
115
|
+
string
|
|
116
|
+
], SetRyoshiVIPCallObject> & Trace;
|
|
117
|
+
export interface StakeCallObject {
|
|
118
|
+
amount: bigint;
|
|
119
|
+
}
|
|
120
|
+
export type StakeCallTrace = TypedCallTrace<[bigint], StakeCallObject> & Trace;
|
|
121
|
+
export interface StakeRyoshiCallObject {
|
|
122
|
+
_ids: bigint[];
|
|
123
|
+
}
|
|
124
|
+
export type StakeRyoshiCallTrace = TypedCallTrace<[
|
|
125
|
+
bigint[]
|
|
126
|
+
], StakeRyoshiCallObject> & Trace;
|
|
127
|
+
export interface StakedRyoshiCallObject {
|
|
128
|
+
}
|
|
129
|
+
export type StakedRyoshiCallTrace = TypedCallTrace<[
|
|
130
|
+
bigint
|
|
131
|
+
], StakedRyoshiCallObject> & Trace;
|
|
132
|
+
export interface SupportsInterfaceCallObject {
|
|
133
|
+
interfaceId: string;
|
|
134
|
+
}
|
|
135
|
+
export type SupportsInterfaceCallTrace = TypedCallTrace<[
|
|
136
|
+
string
|
|
137
|
+
], SupportsInterfaceCallObject> & Trace;
|
|
138
|
+
export interface TotalStakedCallObject {
|
|
139
|
+
}
|
|
140
|
+
export type TotalStakedCallTrace = TypedCallTrace<[], TotalStakedCallObject> & Trace;
|
|
141
|
+
export interface TransferOwnershipCallObject {
|
|
142
|
+
newOwner: string;
|
|
143
|
+
}
|
|
144
|
+
export type TransferOwnershipCallTrace = TypedCallTrace<[
|
|
145
|
+
string
|
|
146
|
+
], TransferOwnershipCallObject> & Trace;
|
|
147
|
+
export interface UnstakeCallObject {
|
|
148
|
+
amount: bigint;
|
|
149
|
+
}
|
|
150
|
+
export type UnstakeCallTrace = TypedCallTrace<[bigint], UnstakeCallObject> & Trace;
|
|
151
|
+
export interface UnstakeRyoshiCallObject {
|
|
152
|
+
_ids: bigint[];
|
|
153
|
+
}
|
|
154
|
+
export type UnstakeRyoshiCallTrace = TypedCallTrace<[
|
|
155
|
+
bigint[]
|
|
156
|
+
], UnstakeRyoshiCallObject> & Trace;
|
|
157
|
+
export interface UpdatePoolCallObject {
|
|
158
|
+
}
|
|
159
|
+
export type UpdatePoolCallTrace = TypedCallTrace<[], UpdatePoolCallObject> & Trace;
|
|
160
|
+
export interface UpgradeToCallObject {
|
|
161
|
+
newImplementation: string;
|
|
162
|
+
}
|
|
163
|
+
export type UpgradeToCallTrace = TypedCallTrace<[string], UpgradeToCallObject> & Trace;
|
|
164
|
+
export interface UpgradeToAndCallCallObject {
|
|
165
|
+
newImplementation: string;
|
|
166
|
+
data: string;
|
|
167
|
+
}
|
|
168
|
+
export type UpgradeToAndCallCallTrace = TypedCallTrace<[
|
|
169
|
+
string,
|
|
170
|
+
string
|
|
171
|
+
], UpgradeToAndCallCallObject> & Trace;
|
|
172
|
+
export declare class MembershipStakerV3ContractView extends ContractView<MembershipStakerV3> {
|
|
173
|
+
constructor(contract: MembershipStakerV3);
|
|
174
|
+
amountRyoshiStaked(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
175
|
+
amountStaked(staker: string, overrides?: Overrides): Promise<bigint>;
|
|
176
|
+
completedPool(overrides?: Overrides): Promise<string>;
|
|
177
|
+
curPool(overrides?: Overrides): Promise<string>;
|
|
178
|
+
currentPoolId(overrides?: Overrides): Promise<bigint>;
|
|
179
|
+
currentStaked(overrides?: Overrides): Promise<[string[], bigint[]]>;
|
|
180
|
+
epochLength(overrides?: Overrides): Promise<bigint>;
|
|
181
|
+
getReleasedReward(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
182
|
+
getReward(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
183
|
+
name(overrides?: Overrides): Promise<string>;
|
|
184
|
+
owner(overrides?: Overrides): Promise<string>;
|
|
185
|
+
periodEnd(overrides?: Overrides): Promise<bigint>;
|
|
186
|
+
poolBalance(overrides?: Overrides): Promise<bigint>;
|
|
187
|
+
pools(arg0: BigNumberish, overrides?: Overrides): Promise<string>;
|
|
188
|
+
rewardsId(overrides?: Overrides): Promise<bigint>;
|
|
189
|
+
rewardsPaid(overrides?: Overrides): Promise<bigint>;
|
|
190
|
+
stakedRyoshi(arg0: BigNumberish, overrides?: Overrides): Promise<string>;
|
|
191
|
+
supportsInterface(interfaceId: BytesLike, overrides?: Overrides): Promise<boolean>;
|
|
192
|
+
totalStaked(overrides?: Overrides): Promise<bigint>;
|
|
193
|
+
}
|
|
194
|
+
export declare class MembershipStakerV3BoundContractView extends BoundContractView<MembershipStakerV3, MembershipStakerV3ContractView> {
|
|
195
|
+
amountRyoshiStaked(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
196
|
+
amountStaked(staker: string, overrides?: Overrides): Promise<bigint>;
|
|
197
|
+
completedPool(overrides?: Overrides): Promise<string>;
|
|
198
|
+
curPool(overrides?: Overrides): Promise<string>;
|
|
199
|
+
currentPoolId(overrides?: Overrides): Promise<bigint>;
|
|
200
|
+
currentStaked(overrides?: Overrides): Promise<[string[], bigint[]]>;
|
|
201
|
+
epochLength(overrides?: Overrides): Promise<bigint>;
|
|
202
|
+
getReleasedReward(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
203
|
+
getReward(_address: string, overrides?: Overrides): Promise<bigint>;
|
|
204
|
+
name(overrides?: Overrides): Promise<string>;
|
|
205
|
+
owner(overrides?: Overrides): Promise<string>;
|
|
206
|
+
periodEnd(overrides?: Overrides): Promise<bigint>;
|
|
207
|
+
poolBalance(overrides?: Overrides): Promise<bigint>;
|
|
208
|
+
pools(arg0: BigNumberish, overrides?: Overrides): Promise<string>;
|
|
209
|
+
rewardsId(overrides?: Overrides): Promise<bigint>;
|
|
210
|
+
rewardsPaid(overrides?: Overrides): Promise<bigint>;
|
|
211
|
+
stakedRyoshi(arg0: BigNumberish, overrides?: Overrides): Promise<string>;
|
|
212
|
+
supportsInterface(interfaceId: BytesLike, overrides?: Overrides): Promise<boolean>;
|
|
213
|
+
totalStaked(overrides?: Overrides): Promise<bigint>;
|
|
214
|
+
}
|
|
215
|
+
export type MembershipStakerV3Context = ContractContext<MembershipStakerV3, MembershipStakerV3BoundContractView>;
|
|
216
|
+
export declare class MembershipStakerV3Processor extends BaseProcessor<MembershipStakerV3, MembershipStakerV3BoundContractView> {
|
|
217
|
+
onEventAdminChanged(handler: (event: AdminChangedEvent, ctx: MembershipStakerV3Context) => void, filter?: AdminChangedEventFilter | AdminChangedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
218
|
+
onEventBeaconUpgraded(handler: (event: BeaconUpgradedEvent, ctx: MembershipStakerV3Context) => void, filter?: BeaconUpgradedEventFilter | BeaconUpgradedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
219
|
+
onEventHarvest(handler: (event: HarvestEvent, ctx: MembershipStakerV3Context) => void, filter?: HarvestEventFilter | HarvestEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
220
|
+
onEventMembershipStaked(handler: (event: MembershipStakedEvent, ctx: MembershipStakerV3Context) => void, filter?: MembershipStakedEventFilter | MembershipStakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
221
|
+
onEventMembershipUnstaked(handler: (event: MembershipUnstakedEvent, ctx: MembershipStakerV3Context) => void, filter?: MembershipUnstakedEventFilter | MembershipUnstakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
222
|
+
onEventOwnershipTransferred(handler: (event: OwnershipTransferredEvent, ctx: MembershipStakerV3Context) => void, filter?: OwnershipTransferredEventFilter | OwnershipTransferredEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
223
|
+
onEventRyoshiStaked(handler: (event: RyoshiStakedEvent, ctx: MembershipStakerV3Context) => void, filter?: RyoshiStakedEventFilter | RyoshiStakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
224
|
+
onEventRyoshiUnstaked(handler: (event: RyoshiUnstakedEvent, ctx: MembershipStakerV3Context) => void, filter?: RyoshiUnstakedEventFilter | RyoshiUnstakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
225
|
+
onEventUpgraded(handler: (event: UpgradedEvent, ctx: MembershipStakerV3Context) => void, filter?: UpgradedEventFilter | UpgradedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
226
|
+
onCallAmountRyoshiStaked(handler: (call: AmountRyoshiStakedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
227
|
+
onCallAmountStaked(handler: (call: AmountStakedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
228
|
+
onCallCompletedPool(handler: (call: CompletedPoolCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
229
|
+
onCallCurPool(handler: (call: CurPoolCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
230
|
+
onCallCurrentPoolId(handler: (call: CurrentPoolIdCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
231
|
+
onCallCurrentStaked(handler: (call: CurrentStakedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
232
|
+
onCallEndInitPeriod(handler: (call: EndInitPeriodCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
233
|
+
onCallEpochLength(handler: (call: EpochLengthCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
234
|
+
onCallGetReleasedReward(handler: (call: GetReleasedRewardCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
235
|
+
onCallGetReward(handler: (call: GetRewardCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
236
|
+
onCallHarvest(handler: (call: HarvestCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
237
|
+
onCallInitialize(handler: (call: InitializeCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
238
|
+
onCallName(handler: (call: NameCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
239
|
+
onCallOnERC1155BatchReceived(handler: (call: OnERC1155BatchReceivedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
240
|
+
onCallOnERC1155Received(handler: (call: OnERC1155ReceivedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
241
|
+
onCallOwner(handler: (call: OwnerCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
242
|
+
onCallPeriodEnd(handler: (call: PeriodEndCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
243
|
+
onCallPoolBalance(handler: (call: PoolBalanceCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
244
|
+
onCallPools(handler: (call: PoolsCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
245
|
+
onCallRenounceOwnership(handler: (call: RenounceOwnershipCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
246
|
+
onCallRewardsId(handler: (call: RewardsIdCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
247
|
+
onCallRewardsPaid(handler: (call: RewardsPaidCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
248
|
+
onCallSetEpochLength(handler: (call: SetEpochLengthCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
249
|
+
onCallSetRyoshiVIP(handler: (call: SetRyoshiVIPCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
250
|
+
onCallStake(handler: (call: StakeCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
251
|
+
onCallStakeRyoshi(handler: (call: StakeRyoshiCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
252
|
+
onCallStakedRyoshi(handler: (call: StakedRyoshiCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
253
|
+
onCallSupportsInterface(handler: (call: SupportsInterfaceCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
254
|
+
onCallTotalStaked(handler: (call: TotalStakedCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
255
|
+
onCallTransferOwnership(handler: (call: TransferOwnershipCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
256
|
+
onCallUnstake(handler: (call: UnstakeCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
257
|
+
onCallUnstakeRyoshi(handler: (call: UnstakeRyoshiCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
258
|
+
onCallUpdatePool(handler: (call: UpdatePoolCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
259
|
+
onCallUpgradeTo(handler: (call: UpgradeToCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
260
|
+
onCallUpgradeToAndCall(handler: (call: UpgradeToAndCallCallTrace, ctx: MembershipStakerV3Context) => void, fetchConfig?: EthFetchConfig): this;
|
|
261
|
+
static filters: {
|
|
262
|
+
AdminChanged(previousAdmin?: null, newAdmin?: null): import("ethers").DeferredTopicFilter;
|
|
263
|
+
BeaconUpgraded(beacon?: string | null): import("ethers").DeferredTopicFilter;
|
|
264
|
+
Harvest(arg0?: string | null, amount?: null): import("ethers").DeferredTopicFilter;
|
|
265
|
+
MembershipStaked(staker?: string | null, totalStaked?: null): import("ethers").DeferredTopicFilter;
|
|
266
|
+
MembershipUnstaked(staker?: string | null, totalStaked?: null): import("ethers").DeferredTopicFilter;
|
|
267
|
+
OwnershipTransferred(previousOwner?: string | null, newOwner?: string | null): import("ethers").DeferredTopicFilter;
|
|
268
|
+
RyoshiStaked(owner?: string | null, tokenId?: BigNumberish | null): import("ethers").DeferredTopicFilter;
|
|
269
|
+
RyoshiUnstaked(owner?: string | null, tokenId?: BigNumberish | null): import("ethers").DeferredTopicFilter;
|
|
270
|
+
Upgraded(implementation?: string | null): import("ethers").DeferredTopicFilter;
|
|
271
|
+
};
|
|
272
|
+
protected CreateBoundContractView(): MembershipStakerV3BoundContractView;
|
|
273
|
+
static bind(options: BindOptions): MembershipStakerV3Processor;
|
|
274
|
+
}
|
|
275
|
+
export declare class MembershipStakerV3ProcessorTemplate extends BaseProcessorTemplate<MembershipStakerV3, MembershipStakerV3BoundContractView> {
|
|
276
|
+
bindInternal(options: BindOptions): MembershipStakerV3Processor;
|
|
277
|
+
onEventAdminChanged(handler: (event: AdminChangedEvent, ctx: MembershipStakerV3Context) => void, filter?: AdminChangedEventFilter | AdminChangedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
278
|
+
onEventBeaconUpgraded(handler: (event: BeaconUpgradedEvent, ctx: MembershipStakerV3Context) => void, filter?: BeaconUpgradedEventFilter | BeaconUpgradedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
279
|
+
onEventHarvest(handler: (event: HarvestEvent, ctx: MembershipStakerV3Context) => void, filter?: HarvestEventFilter | HarvestEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
280
|
+
onEventMembershipStaked(handler: (event: MembershipStakedEvent, ctx: MembershipStakerV3Context) => void, filter?: MembershipStakedEventFilter | MembershipStakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
281
|
+
onEventMembershipUnstaked(handler: (event: MembershipUnstakedEvent, ctx: MembershipStakerV3Context) => void, filter?: MembershipUnstakedEventFilter | MembershipUnstakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
282
|
+
onEventOwnershipTransferred(handler: (event: OwnershipTransferredEvent, ctx: MembershipStakerV3Context) => void, filter?: OwnershipTransferredEventFilter | OwnershipTransferredEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
283
|
+
onEventRyoshiStaked(handler: (event: RyoshiStakedEvent, ctx: MembershipStakerV3Context) => void, filter?: RyoshiStakedEventFilter | RyoshiStakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
284
|
+
onEventRyoshiUnstaked(handler: (event: RyoshiUnstakedEvent, ctx: MembershipStakerV3Context) => void, filter?: RyoshiUnstakedEventFilter | RyoshiUnstakedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
285
|
+
onEventUpgraded(handler: (event: UpgradedEvent, ctx: MembershipStakerV3Context) => void, filter?: UpgradedEventFilter | UpgradedEventFilter[], fetchConfig?: EthFetchConfig): this;
|
|
286
|
+
}
|
|
287
|
+
export declare function getMembershipStakerV3Contract(address: string, network?: Networkish): MembershipStakerV3ContractView;
|